All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToComputeSubnets(Collection<String> items) |
A |
addAllToControlPlaneSubnets(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToComputeSubnets(int index,
String item) |
A |
addToComputeSubnets(String... items) |
A |
addToControlPlaneSubnets(int index,
String item) |
A |
addToControlPlaneSubnets(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 |
getComputeSubnet(int index) |
List<String> |
getComputeSubnets() |
String |
getControlPlaneSubnet(int index) |
List<String> |
getControlPlaneSubnets() |
String |
getFirstComputeSubnet() |
String |
getFirstControlPlaneSubnet() |
String |
getLastComputeSubnet() |
String |
getLastControlPlaneSubnet() |
String |
getMatchingComputeSubnet(Predicate<String> predicate) |
String |
getMatchingControlPlaneSubnet(Predicate<String> predicate) |
String |
getNetworkResourceGroupName() |
String |
getRegion() |
String |
getResourceGroupName() |
String |
getVpcName() |
boolean |
hasAdditionalProperties() |
boolean |
hasComputeSubnets() |
boolean |
hasControlPlaneSubnets() |
boolean |
hasDefaultMachinePlatform() |
int |
hashCode() |
boolean |
hasMatchingComputeSubnet(Predicate<String> predicate) |
boolean |
hasMatchingControlPlaneSubnet(Predicate<String> predicate) |
boolean |
hasNetworkResourceGroupName() |
boolean |
hasRegion() |
boolean |
hasResourceGroupName() |
boolean |
hasVpcName() |
A |
removeAllFromComputeSubnets(Collection<String> items) |
A |
removeAllFromControlPlaneSubnets(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromComputeSubnets(String... items) |
A |
removeFromControlPlaneSubnets(String... items) |
A |
setToComputeSubnets(int index,
String item) |
A |
setToControlPlaneSubnets(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withComputeSubnets(List<String> computeSubnets) |
A |
withComputeSubnets(String... computeSubnets) |
A |
withControlPlaneSubnets(List<String> controlPlaneSubnets) |
A |
withControlPlaneSubnets(String... controlPlaneSubnets) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
A |
withNetworkResourceGroupName(String networkResourceGroupName) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withRegion(String region) |
A |
withResourceGroupName(String resourceGroupName) |
A |
withVpcName(String vpcName) |