public class PlatformFluentImpl<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PlatformFluent<A>
PlatformFluent.DefaultMachinePlatformNested<N>| Constructor and Description |
|---|
PlatformFluentImpl() |
PlatformFluentImpl(Platform instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PlatformFluentImpl()
public PlatformFluentImpl(Platform instance)
@Deprecated public MachinePool getDefaultMachinePlatform()
getDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public MachinePool buildDefaultMachinePlatform()
buildDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
withDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasDefaultMachinePlatform()
hasDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
withNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
withNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
editDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
editOrNewDefaultMachinePlatform in interface PlatformFluent<A extends PlatformFluent<A>>public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
editOrNewDefaultMachinePlatformLike in interface PlatformFluent<A extends PlatformFluent<A>>public String getRegion()
getRegion in interface PlatformFluent<A extends PlatformFluent<A>>public A withRegion(String region)
withRegion in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasRegion()
hasRegion in interface PlatformFluent<A extends PlatformFluent<A>>public String getResourceGroupName()
getResourceGroupName in interface PlatformFluent<A extends PlatformFluent<A>>public A withResourceGroupName(String resourceGroupName)
withResourceGroupName in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasResourceGroupName()
hasResourceGroupName in interface PlatformFluent<A extends PlatformFluent<A>>public A addToSubnets(Integer index, String item)
addToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A setToSubnets(Integer index, String item)
setToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A addToSubnets(String... items)
addToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A addAllToSubnets(Collection<String> items)
addAllToSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromSubnets(String... items)
removeFromSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A removeAllFromSubnets(Collection<String> items)
removeAllFromSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public List<String> getSubnets()
getSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public String getSubnet(Integer index)
getSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getFirstSubnet()
getFirstSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getLastSubnet()
getLastSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public String getMatchingSubnet(Predicate<String> predicate)
getMatchingSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasMatchingSubnet(Predicate<String> predicate)
hasMatchingSubnet in interface PlatformFluent<A extends PlatformFluent<A>>public A withSubnets(List<String> subnets)
withSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public A withSubnets(String... subnets)
withSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasSubnets()
hasSubnets in interface PlatformFluent<A extends PlatformFluent<A>>public String getVpc()
getVpc in interface PlatformFluent<A extends PlatformFluent<A>>public A withVpc(String vpc)
withVpc in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasVpc()
hasVpc in interface PlatformFluent<A extends PlatformFluent<A>>public String getVpcResourceGroupName()
getVpcResourceGroupName in interface PlatformFluent<A extends PlatformFluent<A>>public A withVpcResourceGroupName(String vpcResourceGroupName)
withVpcResourceGroupName in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasVpcResourceGroupName()
hasVpcResourceGroupName in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PlatformFluent<A extends PlatformFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.