Class RootVolumeFluent<A extends RootVolumeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.openstack.v1.RootVolumeFluent<A>
-
- Direct Known Subclasses:
MachinePoolFluent.RootVolumeNested,RootVolumeBuilder
public class RootVolumeFluent<A extends RootVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description RootVolumeFluent()RootVolumeFluent(RootVolume instance)
-
Method Summary
-
-
-
Constructor Detail
-
RootVolumeFluent
public RootVolumeFluent()
-
RootVolumeFluent
public RootVolumeFluent(RootVolume instance)
-
-
Method Detail
-
addAllToTypes
public A addAllToTypes(Collection<String> items)
-
addAllToZones
public A addAllToZones(Collection<String> items)
-
copyInstance
protected void copyInstance(RootVolume instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RootVolumeFluent<A>>
-
getFirstType
public String getFirstType()
-
getFirstZone
public String getFirstZone()
-
getLastType
public String getLastType()
-
getLastZone
public String getLastZone()
-
getSize
public Integer getSize()
-
getType
public String getType()
-
getType
public String getType(int index)
-
getZone
public String getZone(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasSize
public boolean hasSize()
-
hasType
public boolean hasType()
-
hasTypes
public boolean hasTypes()
-
hasZones
public boolean hasZones()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RootVolumeFluent<A>>
-
removeAllFromTypes
public A removeAllFromTypes(Collection<String> items)
-
removeAllFromZones
public A removeAllFromZones(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-