All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToSubnets(Collection<String> items) |
A |
addAllToZones(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToSubnets(int index,
String item) |
A |
addToSubnets(String... items) |
A |
addToZones(int index,
String item) |
A |
addToZones(String... items) |
EC2RootVolume |
buildRootVolume() |
SpotMarketOptions |
buildSpotMarketOptions() |
MachinePoolPlatformFluent.RootVolumeNested<A> |
editOrNewRootVolume() |
MachinePoolPlatformFluent.RootVolumeNested<A> |
editOrNewRootVolumeLike(EC2RootVolume item) |
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> |
editOrNewSpotMarketOptions() |
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> |
editOrNewSpotMarketOptionsLike(SpotMarketOptions item) |
MachinePoolPlatformFluent.RootVolumeNested<A> |
editRootVolume() |
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> |
editSpotMarketOptions() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstSubnet() |
String |
getFirstZone() |
String |
getLastSubnet() |
String |
getLastZone() |
String |
getMatchingSubnet(Predicate<String> predicate) |
String |
getMatchingZone(Predicate<String> predicate) |
String |
getSubnet(int index) |
List<String> |
getSubnets() |
String |
getType() |
String |
getZone(int index) |
List<String> |
getZones() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatchingSubnet(Predicate<String> predicate) |
boolean |
hasMatchingZone(Predicate<String> predicate) |
boolean |
hasRootVolume() |
boolean |
hasSpotMarketOptions() |
boolean |
hasSubnets() |
boolean |
hasType() |
boolean |
hasZones() |
A |
removeAllFromSubnets(Collection<String> items) |
A |
removeAllFromZones(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromSubnets(String... items) |
A |
removeFromZones(String... items) |
A |
setToSubnets(int index,
String item) |
A |
setToZones(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
MachinePoolPlatformFluent.RootVolumeNested<A> |
withNewRootVolume() |
A |
withNewRootVolume(Integer iops,
String kmsKeyARN,
Integer size,
String type) |
MachinePoolPlatformFluent.RootVolumeNested<A> |
withNewRootVolumeLike(EC2RootVolume item) |
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> |
withNewSpotMarketOptions() |
A |
withNewSpotMarketOptions(String maxPrice) |
MachinePoolPlatformFluent.SpotMarketOptionsNested<A> |
withNewSpotMarketOptionsLike(SpotMarketOptions item) |
A |
withRootVolume(EC2RootVolume rootVolume) |
A |
withSpotMarketOptions(SpotMarketOptions spotMarketOptions) |
A |
withSubnets(List<String> subnets) |
A |
withSubnets(String... subnets) |
A |
withType(String type) |
A |
withZones(List<String> zones) |
A |
withZones(String... zones) |