Class OrchestratorProfile

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

public class OrchestratorProfile extends Object
Contains information about orchestrator.
  • Constructor Details

    • OrchestratorProfile

      public OrchestratorProfile()
  • Method Details

    • orchestratorType

      public String orchestratorType()
      Get orchestrator type.
      Returns:
      the orchestratorType value
    • withOrchestratorType

      public OrchestratorProfile withOrchestratorType(String orchestratorType)
      Set orchestrator type.
      Parameters:
      orchestratorType - the orchestratorType value to set
      Returns:
      the OrchestratorProfile object itself.
    • orchestratorVersion

      public String orchestratorVersion()
      Get orchestrator version (major, minor, patch).
      Returns:
      the orchestratorVersion value
    • withOrchestratorVersion

      public OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
      Set orchestrator version (major, minor, patch).
      Parameters:
      orchestratorVersion - the orchestratorVersion value to set
      Returns:
      the OrchestratorProfile object itself.
    • isPreview

      public Boolean isPreview()
      Get whether Kubernetes version is currently in preview.
      Returns:
      the isPreview value
    • withIsPreview

      public OrchestratorProfile withIsPreview(Boolean isPreview)
      Set whether Kubernetes version is currently in preview.
      Parameters:
      isPreview - the isPreview value to set
      Returns:
      the OrchestratorProfile object itself.