All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToUserTags(Map<String,String> map) |
A |
addToUserTags(String key,
String value) |
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 |
getArmEndpoint() |
String |
getBaseDomainResourceGroupName() |
String |
getCloudName() |
String |
getClusterOSImage() |
String |
getComputeSubnet() |
String |
getControlPlaneSubnet() |
String |
getNetworkResourceGroupName() |
String |
getOutboundType() |
String |
getRegion() |
String |
getResourceGroupName() |
Map<String,String> |
getUserTags() |
String |
getVirtualNetwork() |
boolean |
hasAdditionalProperties() |
boolean |
hasArmEndpoint() |
boolean |
hasBaseDomainResourceGroupName() |
boolean |
hasCloudName() |
boolean |
hasClusterOSImage() |
boolean |
hasComputeSubnet() |
boolean |
hasControlPlaneSubnet() |
boolean |
hasDefaultMachinePlatform() |
int |
hashCode() |
boolean |
hasNetworkResourceGroupName() |
boolean |
hasOutboundType() |
boolean |
hasRegion() |
boolean |
hasResourceGroupName() |
boolean |
hasUserTags() |
boolean |
hasVirtualNetwork() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromUserTags(Map<String,String> map) |
A |
removeFromUserTags(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withArmEndpoint(String armEndpoint) |
A |
withBaseDomainResourceGroupName(String baseDomainResourceGroupName) |
A |
withCloudName(String cloudName) |
A |
withClusterOSImage(String clusterOSImage) |
A |
withComputeSubnet(String computeSubnet) |
A |
withControlPlaneSubnet(String controlPlaneSubnet) |
A |
withDefaultMachinePlatform(MachinePool defaultMachinePlatform) |
A |
withNetworkResourceGroupName(String networkResourceGroupName) |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatform() |
PlatformFluent.DefaultMachinePlatformNested<A> |
withNewDefaultMachinePlatformLike(MachinePool item) |
A |
withOutboundType(String outboundType) |
A |
withRegion(String region) |
A |
withResourceGroupName(String resourceGroupName) |
<K,V> A |
withUserTags(Map<String,String> userTags) |
A |
withVirtualNetwork(String virtualNetwork) |