public final class OrchestratorProfile extends Object
| Constructor and Description |
|---|
OrchestratorProfile() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
void |
validate()
Validates the instance.
|
OrchestratorProfile |
withIsPreview(Boolean isPreview)
Set the isPreview property: Whether Kubernetes version is currently in preview.
|
OrchestratorProfile |
withOrchestratorType(String orchestratorType)
Set the orchestratorType property: Orchestrator type.
|
OrchestratorProfile |
withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion property: Orchestrator version (major, minor, patch).
|
public String orchestratorType()
public OrchestratorProfile withOrchestratorType(String orchestratorType)
orchestratorType - the orchestratorType value to set.public String orchestratorVersion()
public OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
orchestratorVersion - the orchestratorVersion value to set.public Boolean isPreview()
public OrchestratorProfile withIsPreview(Boolean isPreview)
isPreview - the isPreview value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.