Class HardwareRAIDVolumeFluent<A extends HardwareRAIDVolumeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.HardwareRAIDVolumeFluent<A>
-
- Direct Known Subclasses:
HardwareRAIDVolumeBuilder,RAIDConfigFluent.HardwareRAIDVolumesNested
public class HardwareRAIDVolumeFluent<A extends HardwareRAIDVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description HardwareRAIDVolumeFluent()HardwareRAIDVolumeFluent(HardwareRAIDVolume instance)
-
Method Summary
-
-
-
Constructor Detail
-
HardwareRAIDVolumeFluent
public HardwareRAIDVolumeFluent()
-
HardwareRAIDVolumeFluent
public HardwareRAIDVolumeFluent(HardwareRAIDVolume instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(HardwareRAIDVolume instance)
-
getController
public String getController()
-
hasController
public boolean hasController()
-
getLevel
public String getLevel()
-
hasLevel
public boolean hasLevel()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getNumberOfPhysicalDisks
public Integer getNumberOfPhysicalDisks()
-
hasNumberOfPhysicalDisks
public boolean hasNumberOfPhysicalDisks()
-
addAllToPhysicalDisks
public A addAllToPhysicalDisks(Collection<String> items)
-
removeAllFromPhysicalDisks
public A removeAllFromPhysicalDisks(Collection<String> items)
-
getPhysicalDisk
public String getPhysicalDisk(int index)
-
getFirstPhysicalDisk
public String getFirstPhysicalDisk()
-
getLastPhysicalDisk
public String getLastPhysicalDisk()
-
hasPhysicalDisks
public boolean hasPhysicalDisks()
-
getRotational
public Boolean getRotational()
-
hasRotational
public boolean hasRotational()
-
getSizeGibibytes
public Integer getSizeGibibytes()
-
hasSizeGibibytes
public boolean hasSizeGibibytes()
-
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 HardwareRAIDVolumeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HardwareRAIDVolumeFluent<A>>
-
withRotational
public A withRotational()
-
-