Class SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.SoftwareRAIDVolumeFluent<A>
-
- Direct Known Subclasses:
RAIDConfigFluent.SoftwareRAIDVolumesNested,SoftwareRAIDVolumeBuilder
public class SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSoftwareRAIDVolumeFluent.PhysicalDisksNested<N>
-
Constructor Summary
Constructors Constructor Description SoftwareRAIDVolumeFluent()SoftwareRAIDVolumeFluent(SoftwareRAIDVolume instance)
-
Method Summary
-
-
-
Constructor Detail
-
SoftwareRAIDVolumeFluent
public SoftwareRAIDVolumeFluent()
-
SoftwareRAIDVolumeFluent
public SoftwareRAIDVolumeFluent(SoftwareRAIDVolume instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SoftwareRAIDVolume instance)
-
getLevel
public String getLevel()
-
hasLevel
public boolean hasLevel()
-
addToPhysicalDisks
public A addToPhysicalDisks(int index, RootDeviceHints item)
-
setToPhysicalDisks
public A setToPhysicalDisks(int index, RootDeviceHints item)
-
addToPhysicalDisks
public A addToPhysicalDisks(RootDeviceHints... items)
-
addAllToPhysicalDisks
public A addAllToPhysicalDisks(Collection<RootDeviceHints> items)
-
removeFromPhysicalDisks
public A removeFromPhysicalDisks(RootDeviceHints... items)
-
removeAllFromPhysicalDisks
public A removeAllFromPhysicalDisks(Collection<RootDeviceHints> items)
-
removeMatchingFromPhysicalDisks
public A removeMatchingFromPhysicalDisks(Predicate<RootDeviceHintsBuilder> predicate)
-
buildPhysicalDisks
public List<RootDeviceHints> buildPhysicalDisks()
-
buildPhysicalDisk
public RootDeviceHints buildPhysicalDisk(int index)
-
buildFirstPhysicalDisk
public RootDeviceHints buildFirstPhysicalDisk()
-
buildLastPhysicalDisk
public RootDeviceHints buildLastPhysicalDisk()
-
buildMatchingPhysicalDisk
public RootDeviceHints buildMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
-
hasMatchingPhysicalDisk
public boolean hasMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
-
withPhysicalDisks
public A withPhysicalDisks(List<RootDeviceHints> physicalDisks)
-
withPhysicalDisks
public A withPhysicalDisks(RootDeviceHints... physicalDisks)
-
hasPhysicalDisks
public boolean hasPhysicalDisks()
-
addNewPhysicalDisk
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDisk()
-
addNewPhysicalDiskLike
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDiskLike(RootDeviceHints item)
-
setNewPhysicalDiskLike
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> setNewPhysicalDiskLike(int index, RootDeviceHints item)
-
editPhysicalDisk
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editPhysicalDisk(int index)
-
editFirstPhysicalDisk
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editFirstPhysicalDisk()
-
editLastPhysicalDisk
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editLastPhysicalDisk()
-
editMatchingPhysicalDisk
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
-
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 SoftwareRAIDVolumeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SoftwareRAIDVolumeFluent<A>>
-
-