public final class OrchestratorVersionProfile extends Object
| Type | Property and Description |
|---|---|
Boolean |
default
Get the defaultProperty property: Installed by default if version is not specified.
|
| Constructor and Description |
|---|
OrchestratorVersionProfile() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
defaultProperty()
Get the defaultProperty property: Installed by default if version is not specified.
|
Boolean |
isPreview()
Get the isPreview property: Whether Kubernetes version is currently in preview.
|
String |
orchestratorType()
Get the orchestratorType property: Orchestrator type.
|
String |
orchestratorVersion()
Get the orchestratorVersion property: Orchestrator version (major, minor, patch).
|
List<OrchestratorProfile> |
upgrades()
Get the upgrades property: The list of available upgrade versions.
|
void |
validate()
Validates the instance.
|
OrchestratorVersionProfile |
withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Installed by default if version is not specified.
|
OrchestratorVersionProfile |
withIsPreview(Boolean isPreview)
Set the isPreview property: Whether Kubernetes version is currently in preview.
|
OrchestratorVersionProfile |
withOrchestratorType(String orchestratorType)
Set the orchestratorType property: Orchestrator type.
|
OrchestratorVersionProfile |
withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion property: Orchestrator version (major, minor, patch).
|
OrchestratorVersionProfile |
withUpgrades(List<OrchestratorProfile> upgrades)
Set the upgrades property: The list of available upgrade versions.
|
public Boolean defaultProperty
public String orchestratorType()
public OrchestratorVersionProfile withOrchestratorType(String orchestratorType)
orchestratorType - the orchestratorType value to set.public String orchestratorVersion()
public OrchestratorVersionProfile withOrchestratorVersion(String orchestratorVersion)
orchestratorVersion - the orchestratorVersion value to set.public Boolean defaultProperty()
public OrchestratorVersionProfile withDefaultProperty(Boolean defaultProperty)
defaultProperty - the defaultProperty value to set.public Boolean isPreview()
public OrchestratorVersionProfile withIsPreview(Boolean isPreview)
isPreview - the isPreview value to set.public List<OrchestratorProfile> upgrades()
public OrchestratorVersionProfile withUpgrades(List<OrchestratorProfile> upgrades)
upgrades - the upgrades value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.