Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.RootDeviceHints
-
Packages that use RootDeviceHints Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of RootDeviceHints in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return RootDeviceHints Modifier and Type Method Description RootDeviceHintsRootDeviceHintsBuilder. build()RootDeviceHintsSoftwareRAIDVolumeFluent. buildFirstPhysicalDisk()RootDeviceHintsSoftwareRAIDVolumeFluent. buildLastPhysicalDisk()RootDeviceHintsSoftwareRAIDVolumeFluent. buildMatchingPhysicalDisk(Predicate<RootDeviceHintsBuilder> predicate)RootDeviceHintsSoftwareRAIDVolumeFluent. buildPhysicalDisk(int index)RootDeviceHintsBareMetalHostSpecFluent. buildRootDeviceHints()RootDeviceHintsProvisionStatusFluent. buildRootDeviceHints()RootDeviceHintsBareMetalHostSpec. getRootDeviceHints()BareMetalHostSpec defines the desired state of BareMetalHost.RootDeviceHintsProvisionStatus. getRootDeviceHints()ProvisionStatus holds the state information for a single target.Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return types with arguments of type RootDeviceHints Modifier and Type Method Description List<RootDeviceHints>SoftwareRAIDVolumeFluent. buildPhysicalDisks()List<RootDeviceHints>SoftwareRAIDVolume. getPhysicalDisks()A list of device hints, the number of items should be greater than or equal to 2.Method parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type RootDeviceHints Modifier and Type Method Description ASoftwareRAIDVolumeFluent. addAllToPhysicalDisks(Collection<RootDeviceHints> items)ASoftwareRAIDVolumeFluent. removeAllFromPhysicalDisks(Collection<RootDeviceHints> items)voidSoftwareRAIDVolume. setPhysicalDisks(List<RootDeviceHints> physicalDisks)A list of device hints, the number of items should be greater than or equal to 2.ASoftwareRAIDVolumeFluent. withPhysicalDisks(List<RootDeviceHints> physicalDisks)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type RootDeviceHints Constructor Description BareMetalHostSpec(String architecture, String automatedCleaningMode, BMCDetails bmc, String bootMACAddress, String bootMode, io.fabric8.kubernetes.api.model.ObjectReference consumerRef, CustomDeploy customDeploy, String description, Boolean externallyProvisioned, FirmwareConfig firmware, String hardwareProfile, Image image, io.fabric8.kubernetes.api.model.SecretReference metaData, io.fabric8.kubernetes.api.model.SecretReference networkData, Boolean online, String preprovisioningNetworkDataName, RAIDConfig raid, RootDeviceHints rootDeviceHints, List<io.fabric8.kubernetes.api.model.Taint> taints, io.fabric8.kubernetes.api.model.SecretReference userData)ProvisionStatus(String iD, String bootMode, CustomDeploy customDeploy, FirmwareConfig firmware, Image image, RAIDConfig raid, RootDeviceHints rootDeviceHints, String state)RootDeviceHintsBuilder(RootDeviceHints instance)RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, RootDeviceHints instance)RootDeviceHintsFluent(RootDeviceHints instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with type arguments of type RootDeviceHints Constructor Description SoftwareRAIDVolume(String level, List<RootDeviceHints> physicalDisks, Integer sizeGibibytes)
-