Class ContainerServiceOrchestratorProfile
java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile
Profile for the container service orchestrator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the orchestrator to use to manage container service cluster resources.Get the version of the orchestrator to use.withOrchestratorType
(ContainerServiceOrchestratorTypes orchestratorType) Set the orchestrator to use to manage container service cluster resources.withOrchestratorVersion
(String orchestratorVersion) Set the version of the orchestrator to use.
-
Constructor Details
-
ContainerServiceOrchestratorProfile
public ContainerServiceOrchestratorProfile()
-
-
Method Details
-
orchestratorType
Get the orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Possible values include: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'.- Returns:
- the orchestratorType value
-
withOrchestratorType
public ContainerServiceOrchestratorProfile withOrchestratorType(ContainerServiceOrchestratorTypes orchestratorType) Set the orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Possible values include: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'.- Parameters:
orchestratorType
- the orchestratorType value to set- Returns:
- the ContainerServiceOrchestratorProfile object itself.
-
orchestratorVersion
Get the version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as "1.6.11".- Returns:
- the orchestratorVersion value
-
withOrchestratorVersion
Set the version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as "1.6.11".- Parameters:
orchestratorVersion
- the orchestratorVersion value to set- Returns:
- the ContainerServiceOrchestratorProfile object itself.
-