Class RootVolumeFluent<A extends RootVolumeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1alpha1.RootVolumeFluent<A>
-
- Direct Known Subclasses:
OpenstackProviderSpecFluent.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
-
copyInstance
protected void copyInstance(RootVolume instance)
-
getAvailabilityZone
public String getAvailabilityZone()
-
hasAvailabilityZone
public boolean hasAvailabilityZone()
-
getDeviceType
public String getDeviceType()
-
hasDeviceType
public boolean hasDeviceType()
-
getDiskSize
public Integer getDiskSize()
-
hasDiskSize
public boolean hasDiskSize()
-
getSourceType
public String getSourceType()
-
hasSourceType
public boolean hasSourceType()
-
getSourceUUID
public String getSourceUUID()
-
hasSourceUUID
public boolean hasSourceUUID()
-
getVolumeType
public String getVolumeType()
-
hasVolumeType
public boolean hasVolumeType()
-
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 RootVolumeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RootVolumeFluent<A>>
-
-