public final class ContainerServiceOrchestratorTypes extends com.microsoft.rest.ExpandableStringEnum<ContainerServiceOrchestratorTypes>
| Modifier and Type | Field and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
CUSTOM
Static value Custom for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
DCOS
Static value DCOS for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
DOCKER_CE
Static value DockerCE for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
KUBERNETES
Static value Kubernetes for ContainerServiceOrchestratorTypes.
|
static ContainerServiceOrchestratorTypes |
SWARM
Static value Swarm for ContainerServiceOrchestratorTypes.
|
| Constructor and Description |
|---|
ContainerServiceOrchestratorTypes() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceOrchestratorTypes |
fromString(String name)
Creates or finds a ContainerServiceOrchestratorTypes from its string representation.
|
static Collection<ContainerServiceOrchestratorTypes> |
values() |
public static final ContainerServiceOrchestratorTypes KUBERNETES
public static final ContainerServiceOrchestratorTypes SWARM
public static final ContainerServiceOrchestratorTypes DCOS
public static final ContainerServiceOrchestratorTypes DOCKER_CE
public static final ContainerServiceOrchestratorTypes CUSTOM
public static ContainerServiceOrchestratorTypes fromString(String name)
name - a name to look forpublic static Collection<ContainerServiceOrchestratorTypes> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/