Class OrchestratorProfile

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.OrchestratorProfile

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

    • OrchestratorProfile

      public OrchestratorProfile()
      Creates an instance of OrchestratorProfile class.
  • Method Details

    • isPreview

      public Boolean isPreview()
      Get the isPreview property: Whether Kubernetes version is currently in preview.
      Returns:
      the isPreview value.
    • orchestratorType

      public String orchestratorType()
      Get the orchestratorType property: Orchestrator type.
      Returns:
      the orchestratorType value.
    • orchestratorVersion

      public String orchestratorVersion()
      Get the orchestratorVersion property: Orchestrator version (major, minor, patch).
      Returns:
      the orchestratorVersion value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.