All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToVswitchIDs(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToTags(Map<String,String> map) |
A |
addToTags(String key,
String value) |
A |
addToVswitchIDs(int index,
String item) |
A |
addToVswitchIDs(String... items) |
MachinePool |
buildDefaultMachinePlatform() |
protected void |
copyInstance(Platform instance) |
PlatformFluent.DefaultMachinePlatformNested<A> |
editDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
editOrNewDefaultMachinePlatformLike(MachinePool item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstVswitchID() |
String |
getLastVswitchID() |
String |
getMatchingVswitchID(Predicate<String> predicate) |
String |
getPrivateZoneID() |
String |
getRegion() |
String |
getResourceGroupID() |
Map<String,String> |
getTags() |
String |
getVpcID() |
String |
getVswitchID(int index) |
List<String> |
getVswitchIDs() |
boolean |
hasAdditionalProperties() |
boolean |
hasDefaultMachinePlatform() |
int |
hashCode() |
boolean |
hasMatchingVswitchID(Predicate<String> predicate) |
boolean |
hasPrivateZoneID() |
boolean |
hasRegion() |
boolean |
hasResourceGroupID() |
boolean |
hasTags() |
boolean |
hasVpcID() |
boolean |
hasVswitchIDs() |
A |
removeAllFromVswitchIDs(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromTags(Map<String,String> map) |
A |
removeFromTags(String key) |
A |
removeFromVswitchIDs(String... items) |
A |
setToVswitchIDs(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withPrivateZoneID(String privateZoneID) |
A |
withRegion(String region) |
A |
withResourceGroupID(String resourceGroupID) |
<K,V> A |
withTags(Map<String,String> tags) |
A |
withVpcID(String vpcID) |
A |
withVswitchIDs(List<String> vswitchIDs) |
A |
withVswitchIDs(String... vswitchIDs) |