public class OrchestratorVersionProfile extends Object
| Constructor and Description |
|---|
OrchestratorVersionProfile() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
defaultProperty()
Get installed by default if version is not specified.
|
Boolean |
isPreview()
Get whether Kubernetes version is currently in preview.
|
String |
orchestratorType()
Get orchestrator type.
|
String |
orchestratorVersion()
Get orchestrator version (major, minor, patch).
|
List<OrchestratorProfile> |
upgrades()
Get the list of available upgrade versions.
|
OrchestratorVersionProfile |
withDefaultProperty(Boolean defaultProperty)
Set installed by default if version is not specified.
|
OrchestratorVersionProfile |
withIsPreview(Boolean isPreview)
Set whether Kubernetes version is currently in preview.
|
OrchestratorVersionProfile |
withOrchestratorType(String orchestratorType)
Set orchestrator type.
|
OrchestratorVersionProfile |
withOrchestratorVersion(String orchestratorVersion)
Set orchestrator version (major, minor, patch).
|
OrchestratorVersionProfile |
withUpgrades(List<OrchestratorProfile> upgrades)
Set the list of available upgrade versions.
|
public String orchestratorType()
public OrchestratorVersionProfile withOrchestratorType(String orchestratorType)
orchestratorType - the orchestratorType value to setpublic String orchestratorVersion()
public OrchestratorVersionProfile withOrchestratorVersion(String orchestratorVersion)
orchestratorVersion - the orchestratorVersion value to setpublic Boolean defaultProperty()
public OrchestratorVersionProfile withDefaultProperty(Boolean defaultProperty)
defaultProperty - the defaultProperty value to setpublic Boolean isPreview()
public OrchestratorVersionProfile withIsPreview(Boolean isPreview)
isPreview - the isPreview value to setpublic List<OrchestratorProfile> upgrades()
public OrchestratorVersionProfile withUpgrades(List<OrchestratorProfile> upgrades)
upgrades - the upgrades 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.
*/