public class PlatformFluent<A extends PlatformFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformFluent.DefaultMachinePlatformNested<N> |
| Constructor and Description |
|---|
PlatformFluent() |
PlatformFluent(Platform instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PlatformFluent()
public PlatformFluent(Platform instance)
protected void copyInstance(Platform instance)
public String getCloudConnectionName()
public boolean hasCloudConnectionName()
public String getClusterOSImage()
public boolean hasClusterOSImage()
public MachinePool buildDefaultMachinePlatform()
public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
public boolean hasDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
public String getPowervsResourceGroup()
public boolean hasPowervsResourceGroup()
public String getPvsNetworkName()
public boolean hasPvsNetworkName()
public String getRegion()
public boolean hasRegion()
public String getServiceInstanceID()
public boolean hasServiceInstanceID()
public String getUserID()
public boolean hasUserID()
public String getVpcName()
public boolean hasVpcName()
public String getVpcRegion()
public boolean hasVpcRegion()
public A addAllToVpcSubnets(Collection<String> items)
public A removeAllFromVpcSubnets(Collection<String> items)
public String getVpcSubnet(int index)
public String getFirstVpcSubnet()
public String getLastVpcSubnet()
public boolean hasVpcSubnets()
public String getZone()
public boolean hasZone()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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–2023 Red Hat. All rights reserved.