public class SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SoftwareRAIDVolumeFluent.PhysicalDisksNested<N> |
| Constructor and Description |
|---|
SoftwareRAIDVolumeFluent() |
SoftwareRAIDVolumeFluent(SoftwareRAIDVolume instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SoftwareRAIDVolumeFluent()
public SoftwareRAIDVolumeFluent(SoftwareRAIDVolume instance)
public String getLevel()
public boolean hasLevel()
public A addToPhysicalDisks(int index, RootDeviceHints item)
public A setToPhysicalDisks(int index, RootDeviceHints item)
public A addToPhysicalDisks(RootDeviceHints... items)
public A addAllToPhysicalDisks(Collection<RootDeviceHints> items)
public A removeFromPhysicalDisks(RootDeviceHints... items)
public A removeAllFromPhysicalDisks(Collection<RootDeviceHints> items)
public A removeMatchingFromPhysicalDisks(Predicate<RootDeviceHintsBuilder> predicate)
public List<RootDeviceHints> buildPhysicalDisks()
public RootDeviceHints buildPhysicalDisk(int index)
public RootDeviceHints buildFirstPhysicalDisk()
public RootDeviceHints buildLastPhysicalDisk()
public RootDeviceHints buildMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
public boolean hasMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
public A withPhysicalDisks(List<RootDeviceHints> physicalDisks)
public A withPhysicalDisks(RootDeviceHints... physicalDisks)
public boolean hasPhysicalDisks()
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDisk()
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDiskLike(RootDeviceHints item)
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> setNewPhysicalDiskLike(int index, RootDeviceHints item)
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editPhysicalDisk(int index)
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editFirstPhysicalDisk()
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editLastPhysicalDisk()
public SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
public Integer getSizeGibibytes()
public boolean hasSizeGibibytes()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
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.