Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.SoftwareRAIDVolume
-
Packages that use SoftwareRAIDVolume Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of SoftwareRAIDVolume in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return SoftwareRAIDVolume Modifier and Type Method Description SoftwareRAIDVolumeSoftwareRAIDVolumeBuilder. build()SoftwareRAIDVolumeRAIDConfigFluent. buildFirstSoftwareRAIDVolume()SoftwareRAIDVolumeRAIDConfigFluent. buildLastSoftwareRAIDVolume()SoftwareRAIDVolumeRAIDConfigFluent. buildMatchingSoftwareRAIDVolume(Predicate<SoftwareRAIDVolumeBuilder> predicate)SoftwareRAIDVolumeRAIDConfigFluent. buildSoftwareRAIDVolume(int index)Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return types with arguments of type SoftwareRAIDVolume Modifier and Type Method Description List<SoftwareRAIDVolume>RAIDConfigFluent. buildSoftwareRAIDVolumes()List<SoftwareRAIDVolume>RAIDConfig. getSoftwareRAIDVolumes()The list of logical disks for software 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 SoftwareRAIDVolume Modifier and Type Method Description RAIDConfigFluent.SoftwareRAIDVolumesNested<A>RAIDConfigFluent. addNewSoftwareRAIDVolumeLike(SoftwareRAIDVolume item)ARAIDConfigFluent. addToSoftwareRAIDVolumes(int index, SoftwareRAIDVolume item)ARAIDConfigFluent. addToSoftwareRAIDVolumes(SoftwareRAIDVolume... items)protected voidSoftwareRAIDVolumeFluent. copyInstance(SoftwareRAIDVolume instance)ARAIDConfigFluent. removeFromSoftwareRAIDVolumes(SoftwareRAIDVolume... items)RAIDConfigFluent.SoftwareRAIDVolumesNested<A>RAIDConfigFluent. setNewSoftwareRAIDVolumeLike(int index, SoftwareRAIDVolume item)ARAIDConfigFluent. setToSoftwareRAIDVolumes(int index, SoftwareRAIDVolume item)ARAIDConfigFluent. withSoftwareRAIDVolumes(SoftwareRAIDVolume... softwareRAIDVolumes)Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type SoftwareRAIDVolume Modifier and Type Method Description ARAIDConfigFluent. addAllToSoftwareRAIDVolumes(Collection<SoftwareRAIDVolume> items)ARAIDConfigFluent. removeAllFromSoftwareRAIDVolumes(Collection<SoftwareRAIDVolume> items)voidRAIDConfig. setSoftwareRAIDVolumes(List<SoftwareRAIDVolume> softwareRAIDVolumes)The list of logical disks for software RAID, if rootDeviceHints isn't used, first volume is root volume.ARAIDConfigFluent. withSoftwareRAIDVolumes(List<SoftwareRAIDVolume> softwareRAIDVolumes)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type SoftwareRAIDVolume Constructor Description SoftwareRAIDVolumeBuilder(SoftwareRAIDVolume instance)SoftwareRAIDVolumeBuilder(SoftwareRAIDVolumeFluent<?> fluent, SoftwareRAIDVolume instance)SoftwareRAIDVolumeFluent(SoftwareRAIDVolume instance)
-