All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToZones(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToZones(int index,
String item) |
A |
addToZones(String... items) |
EC2Metadata |
buildMetadataService() |
EC2RootVolume |
buildRootVolume() |
protected void |
copyInstance(MachinePool instance) |
MachinePoolFluent.MetadataServiceNested<A> |
editMetadataService() |
MachinePoolFluent.MetadataServiceNested<A> |
editOrNewMetadataService() |
MachinePoolFluent.MetadataServiceNested<A> |
editOrNewMetadataServiceLike(EC2Metadata item) |
MachinePoolFluent.RootVolumeNested<A> |
editOrNewRootVolume() |
MachinePoolFluent.RootVolumeNested<A> |
editOrNewRootVolumeLike(EC2RootVolume item) |
MachinePoolFluent.RootVolumeNested<A> |
editRootVolume() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAmiID() |
String |
getFirstZone() |
String |
getIamRole() |
String |
getLastZone() |
String |
getMatchingZone(Predicate<String> predicate) |
String |
getType() |
String |
getZone(int index) |
List<String> |
getZones() |
boolean |
hasAdditionalProperties() |
boolean |
hasAmiID() |
int |
hashCode() |
boolean |
hasIamRole() |
boolean |
hasMatchingZone(Predicate<String> predicate) |
boolean |
hasMetadataService() |
boolean |
hasRootVolume() |
boolean |
hasType() |
boolean |
hasZones() |
A |
removeAllFromZones(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromZones(String... items) |
A |
setToZones(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAmiID(String amiID) |
A |
withIamRole(String iamRole) |
A |
withMetadataService(EC2Metadata metadataService) |
MachinePoolFluent.MetadataServiceNested<A> |
withNewMetadataService() |
A |
withNewMetadataService(String authentication) |
MachinePoolFluent.MetadataServiceNested<A> |
withNewMetadataServiceLike(EC2Metadata item) |
MachinePoolFluent.RootVolumeNested<A> |
withNewRootVolume() |
A |
withNewRootVolume(Integer iops,
String kmsKeyARN,
Integer size,
String type) |
MachinePoolFluent.RootVolumeNested<A> |
withNewRootVolumeLike(EC2RootVolume item) |
A |
withRootVolume(EC2RootVolume rootVolume) |
A |
withType(String type) |
A |
withZones(List<String> zones) |
A |
withZones(String... zones) |