public class OrchestratorVersionProfile extends Object
Constructor and Description |
---|
OrchestratorVersionProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
defaultProperty()
Get the defaultProperty value.
|
String |
orchestratorType()
Get the orchestratorType value.
|
String |
orchestratorVersion()
Get the orchestratorVersion value.
|
List<OrchestratorProfile> |
upgrades()
Get the upgrades value.
|
OrchestratorVersionProfile |
withDefaultProperty(boolean defaultProperty)
Set the defaultProperty value.
|
OrchestratorVersionProfile |
withOrchestratorType(String orchestratorType)
Set the orchestratorType value.
|
OrchestratorVersionProfile |
withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion value.
|
OrchestratorVersionProfile |
withUpgrades(List<OrchestratorProfile> upgrades)
Set the upgrades value.
|
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 List<OrchestratorProfile> upgrades()
public OrchestratorVersionProfile withUpgrades(List<OrchestratorProfile> upgrades)
upgrades
- the upgrades value to setCopyright © 2019. All rights reserved.