public class OrchestratorProfile extends Object
| Constructor and Description |
|---|
OrchestratorProfile() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isPreview()
Get whether Kubernetes version is currently in preview.
|
String |
orchestratorType()
Get orchestrator type.
|
String |
orchestratorVersion()
Get orchestrator version (major, minor, patch).
|
OrchestratorProfile |
withIsPreview(Boolean isPreview)
Set whether Kubernetes version is currently in preview.
|
OrchestratorProfile |
withOrchestratorType(String orchestratorType)
Set orchestrator type.
|
OrchestratorProfile |
withOrchestratorVersion(String orchestratorVersion)
Set orchestrator version (major, minor, patch).
|
public String orchestratorType()
public OrchestratorProfile withOrchestratorType(String orchestratorType)
orchestratorType - the orchestratorType value to setpublic String orchestratorVersion()
public OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
orchestratorVersion - the orchestratorVersion value to setpublic Boolean isPreview()
public OrchestratorProfile withIsPreview(Boolean isPreview)
isPreview - the isPreview value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/