Class OrchestratorProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.OrchestratorProfile
Contains information about orchestrator.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the isPreview property: Whether Kubernetes version is currently in preview.Get the orchestratorType property: Orchestrator type.Get the orchestratorVersion property: Orchestrator version (major, minor, patch).void
validate()
Validates the instance.
-
Constructor Details
-
OrchestratorProfile
public OrchestratorProfile()Creates an instance of OrchestratorProfile class.
-
-
Method Details
-
isPreview
Get the isPreview property: Whether Kubernetes version is currently in preview.- Returns:
- the isPreview value.
-
orchestratorType
Get the orchestratorType property: Orchestrator type.- Returns:
- the orchestratorType value.
-
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.
-