public class SoftwareRAIDVolumeFluentImpl<A extends SoftwareRAIDVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SoftwareRAIDVolumeFluent<A>
SoftwareRAIDVolumeFluent.PhysicalDisksNested<N>| Constructor and Description |
|---|
SoftwareRAIDVolumeFluentImpl() |
SoftwareRAIDVolumeFluentImpl(SoftwareRAIDVolume instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SoftwareRAIDVolumeFluentImpl()
public SoftwareRAIDVolumeFluentImpl(SoftwareRAIDVolume instance)
public String getLevel()
getLevel in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A withLevel(String level)
withLevel in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Boolean hasLevel()
hasLevel in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A addToPhysicalDisks(Integer index, RootDeviceHints item)
addToPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A setToPhysicalDisks(Integer index, RootDeviceHints item)
setToPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A addToPhysicalDisks(RootDeviceHints... items)
addToPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A addAllToPhysicalDisks(Collection<RootDeviceHints> items)
addAllToPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A removeFromPhysicalDisks(RootDeviceHints... items)
removeFromPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A removeAllFromPhysicalDisks(Collection<RootDeviceHints> items)
removeAllFromPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A removeMatchingFromPhysicalDisks(Predicate<RootDeviceHintsBuilder> predicate)
removeMatchingFromPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>@Deprecated public List<RootDeviceHints> getPhysicalDisks()
getPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public List<RootDeviceHints> buildPhysicalDisks()
buildPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public RootDeviceHints buildPhysicalDisk(Integer index)
buildPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public RootDeviceHints buildFirstPhysicalDisk()
buildFirstPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public RootDeviceHints buildLastPhysicalDisk()
buildLastPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public RootDeviceHints buildMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
buildMatchingPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Boolean hasMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
hasMatchingPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A withPhysicalDisks(List<RootDeviceHints> physicalDisks)
withPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A withPhysicalDisks(RootDeviceHints... physicalDisks)
withPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Boolean hasPhysicalDisks()
hasPhysicalDisks in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDisk()
addNewPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDiskLike(RootDeviceHints item)
addNewPhysicalDiskLike in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> setNewPhysicalDiskLike(Integer index, RootDeviceHints item)
setNewPhysicalDiskLike in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editPhysicalDisk(Integer index)
editPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editFirstPhysicalDisk()
editFirstPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editLastPhysicalDisk()
editLastPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
editMatchingPhysicalDisk in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Integer getSizeGibibytes()
getSizeGibibytes in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A withSizeGibibytes(Integer sizeGibibytes)
withSizeGibibytes in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Boolean hasSizeGibibytes()
hasSizeGibibytes in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SoftwareRAIDVolumeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SoftwareRAIDVolumeFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.