Class RootDeviceHintsFluent<A extends RootDeviceHintsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.RootDeviceHintsFluent<A>
-
- Direct Known Subclasses:
BareMetalHostSpecFluent.RootDeviceHintsNested,ProvisionStatusFluent.RootDeviceHintsNested,RootDeviceHintsBuilder,SoftwareRAIDVolumeFluent.PhysicalDisksNested
public class RootDeviceHintsFluent<A extends RootDeviceHintsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description RootDeviceHintsFluent()RootDeviceHintsFluent(RootDeviceHints instance)
-
Method Summary
-
-
-
Constructor Detail
-
RootDeviceHintsFluent
public RootDeviceHintsFluent()
-
RootDeviceHintsFluent
public RootDeviceHintsFluent(RootDeviceHints instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RootDeviceHints instance)
-
getDeviceName
public String getDeviceName()
-
hasDeviceName
public boolean hasDeviceName()
-
getHctl
public String getHctl()
-
hasHctl
public boolean hasHctl()
-
getMinSizeGigabytes
public Integer getMinSizeGigabytes()
-
hasMinSizeGigabytes
public boolean hasMinSizeGigabytes()
-
getModel
public String getModel()
-
hasModel
public boolean hasModel()
-
getRotational
public Boolean getRotational()
-
hasRotational
public boolean hasRotational()
-
getSerialNumber
public String getSerialNumber()
-
hasSerialNumber
public boolean hasSerialNumber()
-
getVendor
public String getVendor()
-
hasVendor
public boolean hasVendor()
-
getWwn
public String getWwn()
-
hasWwn
public boolean hasWwn()
-
getWwnVendorExtension
public String getWwnVendorExtension()
-
hasWwnVendorExtension
public boolean hasWwnVendorExtension()
-
getWwnWithExtension
public String getWwnWithExtension()
-
hasWwnWithExtension
public boolean hasWwnWithExtension()
-
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 RootDeviceHintsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RootDeviceHintsFluent<A>>
-
withRotational
public A withRotational()
-
-