Class PlatformFluent<A extends PlatformFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.powervs.v1.PlatformFluent<A>
-
- Direct Known Subclasses:
PlatformBuilder,PlatformFluent.PowervsNested
public class PlatformFluent<A extends PlatformFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPlatformFluent.DefaultMachinePlatformNested<N>
-
Constructor Summary
Constructors Constructor Description PlatformFluent()PlatformFluent(Platform instance)
-
Method Summary
-
-
-
Constructor Detail
-
PlatformFluent
public PlatformFluent()
-
PlatformFluent
public PlatformFluent(Platform instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Platform instance)
-
getClusterOSImage
public String getClusterOSImage()
-
hasClusterOSImage
public boolean hasClusterOSImage()
-
buildDefaultMachinePlatform
public MachinePool buildDefaultMachinePlatform()
-
withDefaultMachinePlatform
public A withDefaultMachinePlatform(MachinePool defaultMachinePlatform)
-
hasDefaultMachinePlatform
public boolean hasDefaultMachinePlatform()
-
withNewDefaultMachinePlatform
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatform()
-
withNewDefaultMachinePlatformLike
public PlatformFluent.DefaultMachinePlatformNested<A> withNewDefaultMachinePlatformLike(MachinePool item)
-
editDefaultMachinePlatform
public PlatformFluent.DefaultMachinePlatformNested<A> editDefaultMachinePlatform()
-
editOrNewDefaultMachinePlatform
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatform()
-
editOrNewDefaultMachinePlatformLike
public PlatformFluent.DefaultMachinePlatformNested<A> editOrNewDefaultMachinePlatformLike(MachinePool item)
-
getPowervsResourceGroup
public String getPowervsResourceGroup()
-
hasPowervsResourceGroup
public boolean hasPowervsResourceGroup()
-
getRegion
public String getRegion()
-
hasRegion
public boolean hasRegion()
-
addToServiceEndpoints
public A addToServiceEndpoints(int index, io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint item)
-
setToServiceEndpoints
public A setToServiceEndpoints(int index, io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint item)
-
addToServiceEndpoints
public A addToServiceEndpoints(io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint... items)
-
addAllToServiceEndpoints
public A addAllToServiceEndpoints(Collection<io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint> items)
-
removeFromServiceEndpoints
public A removeFromServiceEndpoints(io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint... items)
-
removeAllFromServiceEndpoints
public A removeAllFromServiceEndpoints(Collection<io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint> items)
-
getServiceEndpoints
public List<io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint> getServiceEndpoints()
-
getServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint getServiceEndpoint(int index)
-
getFirstServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint getFirstServiceEndpoint()
-
getLastServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint getLastServiceEndpoint()
-
getMatchingServiceEndpoint
public io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint getMatchingServiceEndpoint(Predicate<io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint> predicate)
-
hasMatchingServiceEndpoint
public boolean hasMatchingServiceEndpoint(Predicate<io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint> predicate)
-
withServiceEndpoints
public A withServiceEndpoints(List<io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint> serviceEndpoints)
-
withServiceEndpoints
public A withServiceEndpoints(io.fabric8.openshift.api.model.config.v1.PowerVSServiceEndpoint... serviceEndpoints)
-
hasServiceEndpoints
public boolean hasServiceEndpoints()
-
getServiceInstanceGUID
public String getServiceInstanceGUID()
-
hasServiceInstanceGUID
public boolean hasServiceInstanceGUID()
-
getTgName
public String getTgName()
-
hasTgName
public boolean hasTgName()
-
getUserID
public String getUserID()
-
hasUserID
public boolean hasUserID()
-
getVpcName
public String getVpcName()
-
hasVpcName
public boolean hasVpcName()
-
getVpcRegion
public String getVpcRegion()
-
hasVpcRegion
public boolean hasVpcRegion()
-
addAllToVpcSubnets
public A addAllToVpcSubnets(Collection<String> items)
-
removeAllFromVpcSubnets
public A removeAllFromVpcSubnets(Collection<String> items)
-
getVpcSubnet
public String getVpcSubnet(int index)
-
getFirstVpcSubnet
public String getFirstVpcSubnet()
-
getLastVpcSubnet
public String getLastVpcSubnet()
-
hasVpcSubnets
public boolean hasVpcSubnets()
-
getZone
public String getZone()
-
hasZone
public boolean hasZone()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformFluent<A>>
-
-