Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.HardwareRAIDVolume
-
Packages that use HardwareRAIDVolume Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of HardwareRAIDVolume in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return HardwareRAIDVolume Modifier and Type Method Description HardwareRAIDVolumeHardwareRAIDVolumeBuilder. build()HardwareRAIDVolumeRAIDConfigFluent. buildFirstHardwareRAIDVolume()HardwareRAIDVolumeRAIDConfigFluent. buildHardwareRAIDVolume(int index)HardwareRAIDVolumeRAIDConfigFluent. buildLastHardwareRAIDVolume()HardwareRAIDVolumeRAIDConfigFluent. buildMatchingHardwareRAIDVolume(Predicate<HardwareRAIDVolumeBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return types with arguments of type HardwareRAIDVolume Modifier and Type Method Description List<HardwareRAIDVolume>RAIDConfigFluent. buildHardwareRAIDVolumes()List<HardwareRAIDVolume>RAIDConfig. getHardwareRAIDVolumes()The list of logical disks for hardware RAID, if rootDeviceHints isn't used, first volume is root volume.Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type HardwareRAIDVolume Modifier and Type Method Description RAIDConfigFluent.HardwareRAIDVolumesNested<A>RAIDConfigFluent. addNewHardwareRAIDVolumeLike(HardwareRAIDVolume item)ARAIDConfigFluent. addToHardwareRAIDVolumes(int index, HardwareRAIDVolume item)ARAIDConfigFluent. addToHardwareRAIDVolumes(HardwareRAIDVolume... items)protected voidHardwareRAIDVolumeFluent. copyInstance(HardwareRAIDVolume instance)ARAIDConfigFluent. removeFromHardwareRAIDVolumes(HardwareRAIDVolume... items)RAIDConfigFluent.HardwareRAIDVolumesNested<A>RAIDConfigFluent. setNewHardwareRAIDVolumeLike(int index, HardwareRAIDVolume item)ARAIDConfigFluent. setToHardwareRAIDVolumes(int index, HardwareRAIDVolume item)ARAIDConfigFluent. withHardwareRAIDVolumes(HardwareRAIDVolume... hardwareRAIDVolumes)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type HardwareRAIDVolume Modifier and Type Method Description ARAIDConfigFluent. addAllToHardwareRAIDVolumes(Collection<HardwareRAIDVolume> items)ARAIDConfigFluent. removeAllFromHardwareRAIDVolumes(Collection<HardwareRAIDVolume> items)voidRAIDConfig. setHardwareRAIDVolumes(List<HardwareRAIDVolume> hardwareRAIDVolumes)The list of logical disks for hardware RAID, if rootDeviceHints isn't used, first volume is root volume.ARAIDConfigFluent. withHardwareRAIDVolumes(List<HardwareRAIDVolume> hardwareRAIDVolumes)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type HardwareRAIDVolume Constructor Description HardwareRAIDVolumeBuilder(HardwareRAIDVolume instance)HardwareRAIDVolumeBuilder(HardwareRAIDVolumeFluent<?> fluent, HardwareRAIDVolume instance)HardwareRAIDVolumeFluent(HardwareRAIDVolume instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type HardwareRAIDVolume Constructor Description RAIDConfig(List<HardwareRAIDVolume> hardwareRAIDVolumes, List<SoftwareRAIDVolume> softwareRAIDVolumes)
-