public interface SoftwareRAIDVolumeFluent<A extends SoftwareRAIDVolumeFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SoftwareRAIDVolumeFluent.PhysicalDisksNested<N> |
String getLevel()
Boolean hasLevel()
@Deprecated A withNewLevel(String arg0)
A addToPhysicalDisks(Integer index, RootDeviceHints item)
A setToPhysicalDisks(Integer index, RootDeviceHints item)
A addToPhysicalDisks(RootDeviceHints... items)
A addAllToPhysicalDisks(Collection<RootDeviceHints> items)
A removeFromPhysicalDisks(RootDeviceHints... items)
A removeAllFromPhysicalDisks(Collection<RootDeviceHints> items)
A removeMatchingFromPhysicalDisks(Predicate<RootDeviceHintsBuilder> predicate)
@Deprecated List<RootDeviceHints> getPhysicalDisks()
List<RootDeviceHints> buildPhysicalDisks()
RootDeviceHints buildPhysicalDisk(Integer index)
RootDeviceHints buildFirstPhysicalDisk()
RootDeviceHints buildLastPhysicalDisk()
RootDeviceHints buildMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
Boolean hasMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
A withPhysicalDisks(List<RootDeviceHints> physicalDisks)
A withPhysicalDisks(RootDeviceHints... physicalDisks)
Boolean hasPhysicalDisks()
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDisk()
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> addNewPhysicalDiskLike(RootDeviceHints item)
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> setNewPhysicalDiskLike(Integer index, RootDeviceHints item)
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editPhysicalDisk(Integer index)
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editFirstPhysicalDisk()
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editLastPhysicalDisk()
SoftwareRAIDVolumeFluent.PhysicalDisksNested<A> editMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)
Integer getSizeGibibytes()
Boolean hasSizeGibibytes()
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.