Class OrchestratorVersionProfile
java.lang.Object
com.microsoft.azure.management.containerservice.OrchestratorVersionProfile
The profile of an orchestrator and its available versions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet installed by default if version is not specified.Get whether Kubernetes version is currently in preview.Get orchestrator type.Get orchestrator version (major, minor, patch).upgrades()
Get the list of available upgrade versions.withDefaultProperty
(Boolean defaultProperty) Set installed by default if version is not specified.withIsPreview
(Boolean isPreview) Set whether Kubernetes version is currently in preview.withOrchestratorType
(String orchestratorType) Set orchestrator type.withOrchestratorVersion
(String orchestratorVersion) Set orchestrator version (major, minor, patch).withUpgrades
(List<OrchestratorProfile> upgrades) Set the list of available upgrade versions.
-
Constructor Details
-
OrchestratorVersionProfile
public OrchestratorVersionProfile()
-
-
Method Details
-
orchestratorType
Get orchestrator type.- Returns:
- the orchestratorType value
-
withOrchestratorType
Set orchestrator type.- Parameters:
orchestratorType
- the orchestratorType value to set- Returns:
- the OrchestratorVersionProfile object itself.
-
orchestratorVersion
Get orchestrator version (major, minor, patch).- Returns:
- the orchestratorVersion value
-
withOrchestratorVersion
Set orchestrator version (major, minor, patch).- Parameters:
orchestratorVersion
- the orchestratorVersion value to set- Returns:
- the OrchestratorVersionProfile object itself.
-
defaultProperty
Get installed by default if version is not specified.- Returns:
- the defaultProperty value
-
withDefaultProperty
Set installed by default if version is not specified.- Parameters:
defaultProperty
- the defaultProperty value to set- Returns:
- the OrchestratorVersionProfile object itself.
-
isPreview
Get whether Kubernetes version is currently in preview.- Returns:
- the isPreview value
-
withIsPreview
Set whether Kubernetes version is currently in preview.- Parameters:
isPreview
- the isPreview value to set- Returns:
- the OrchestratorVersionProfile object itself.
-
upgrades
Get the list of available upgrade versions.- Returns:
- the upgrades value
-
withUpgrades
Set the list of available upgrade versions.- Parameters:
upgrades
- the upgrades value to set- Returns:
- the OrchestratorVersionProfile object itself.
-