Class ContainerServiceOrchestratorProfile

java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile

public class ContainerServiceOrchestratorProfile extends Object
Profile for the container service orchestrator.
  • Constructor Details

    • ContainerServiceOrchestratorProfile

      public ContainerServiceOrchestratorProfile()
  • Method Details

    • orchestratorType

      public ContainerServiceOrchestratorTypes 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

      public String 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

      public ContainerServiceOrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
      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.