public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AI_ACS
AI constants.
|
static String |
AI_AKS |
static String |
AI_CUSTOM |
static String |
AI_DCOS |
static String |
AI_DEPLOY_FAILED |
static String |
AI_DEPLOYED |
static String |
AI_FQDN |
static String |
AI_KUBERNETES |
static String |
AI_MESSAGE |
static String |
AI_ORCHESTRATOR |
static String |
AI_RESOURCE_NAME |
static String |
AI_RUN |
static String |
AI_START_DEPLOY |
static String |
AI_SWARM |
static String |
AKS |
static String |
AKS_PROVIDER |
static String |
AKS_RESOURCE_TYPE |
static int |
DCOS_SSH_PORT |
static String |
DEFAULT_CHARSET |
static int |
DEFAULT_SSH_PORT |
static String |
INVALID_OPTION |
static String |
KUBECONFIG_FILE |
static String |
KUBECONFIG_PREFIX |
static int |
KUBERNETES_NAME_LENGTH_LIMIT
Length limit for the Kubernetes names.
|
static Pattern |
KUBERNETES_NAME_PATTERN
Pattern for the Kubernetes names.
|
static String |
KUBERNETES_SECRET_NAME_PREFIX |
static String |
KUBERNETES_SECRET_NAME_PROP |
static int |
KUBERNETES_SSH_PORT |
static int |
LOWEST_PRIORITY
Lowest priority for the network security rule (value range: [100, 4096]).
|
static String |
MARATHON_DOCKER_CFG_ARCHIVE |
static String |
MARATHON_DOCKER_CFG_ARCHIVE_URI |
static String |
PLUGIN_NAME |
static int |
PRIORITY_STEP
Increment step for the priority of the network security rule.
|
static Set<com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes> |
SUPPORTED_ORCHESTRATOR |
static Set<String> |
SUPPORTED_ORCHESTRATOR_NAMES |
static int |
SWARM_SSH_PORT |
static com.microsoft.azure.management.network.Protocol |
UDP |
static Pattern |
URI_SCHEME_PREFIX
URI scheme prefix (scheme://) pattern.
|
Modifier and Type | Method and Description |
---|---|
static int |
sshPort(com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes type) |
public static final String PLUGIN_NAME
public static final String INVALID_OPTION
public static final String KUBECONFIG_FILE
public static final String KUBECONFIG_PREFIX
public static final String DEFAULT_CHARSET
public static final int PRIORITY_STEP
public static final int LOWEST_PRIORITY
public static final Pattern URI_SCHEME_PREFIX
The scheme consists of a sequence of characters beginning with a letter and followed by any combination of letters, digits, plus (+), period (.), or hyphen (-).
public static final int KUBERNETES_NAME_LENGTH_LIMIT
public static final Pattern KUBERNETES_NAME_PATTERN
public static final String KUBERNETES_SECRET_NAME_PREFIX
public static final String KUBERNETES_SECRET_NAME_PROP
public static final String MARATHON_DOCKER_CFG_ARCHIVE
public static final String MARATHON_DOCKER_CFG_ARCHIVE_URI
public static final com.microsoft.azure.management.network.Protocol UDP
public static final Set<com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes> SUPPORTED_ORCHESTRATOR
public static final String AKS
public static final String AKS_PROVIDER
public static final String AKS_RESOURCE_TYPE
public static final int DEFAULT_SSH_PORT
public static final int DCOS_SSH_PORT
public static final int KUBERNETES_SSH_PORT
public static final int SWARM_SSH_PORT
public static final String AI_ACS
public static final String AI_SWARM
public static final String AI_KUBERNETES
public static final String AI_DCOS
public static final String AI_CUSTOM
public static final String AI_AKS
public static final String AI_RUN
public static final String AI_ORCHESTRATOR
public static final String AI_START_DEPLOY
public static final String AI_DEPLOYED
public static final String AI_DEPLOY_FAILED
public static final String AI_MESSAGE
public static final String AI_FQDN
public static final String AI_RESOURCE_NAME
Copyright © 2016–2021. All rights reserved.