Class OrchestratorVersionProfile

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

public class OrchestratorVersionProfile extends Object
The profile of an orchestrator and its available versions.
  • Constructor Details

    • OrchestratorVersionProfile

      public OrchestratorVersionProfile()
  • Method Details

    • orchestratorType

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

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

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

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

      public Boolean defaultProperty()
      Get installed by default if version is not specified.
      Returns:
      the defaultProperty value
    • withDefaultProperty

      public OrchestratorVersionProfile withDefaultProperty(Boolean defaultProperty)
      Set installed by default if version is not specified.
      Parameters:
      defaultProperty - the defaultProperty value to set
      Returns:
      the OrchestratorVersionProfile object itself.
    • isPreview

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

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

      public List<OrchestratorProfile> upgrades()
      Get the list of available upgrade versions.
      Returns:
      the upgrades value
    • withUpgrades

      public OrchestratorVersionProfile withUpgrades(List<OrchestratorProfile> upgrades)
      Set the list of available upgrade versions.
      Parameters:
      upgrades - the upgrades value to set
      Returns:
      the OrchestratorVersionProfile object itself.