Uses of Class
io.fabric8.openshift.api.model.installer.baremetal.v1.RootDeviceHints
-
Packages that use RootDeviceHints Package Description io.fabric8.openshift.api.model.installer.baremetal.v1 -
-
Uses of RootDeviceHints in io.fabric8.openshift.api.model.installer.baremetal.v1
Methods in io.fabric8.openshift.api.model.installer.baremetal.v1 that return RootDeviceHints Modifier and Type Method Description RootDeviceHintsRootDeviceHintsBuilder. build()RootDeviceHintsHostFluent. buildRootDeviceHints()RootDeviceHintsHost. getRootDeviceHints()Host stores all the configuration data for a baremetal host.Methods in io.fabric8.openshift.api.model.installer.baremetal.v1 with parameters of type RootDeviceHints Modifier and Type Method Description protected voidRootDeviceHintsFluent. copyInstance(RootDeviceHints instance)HostFluent.RootDeviceHintsNested<A>HostFluent. editOrNewRootDeviceHintsLike(RootDeviceHints item)voidHost. setRootDeviceHints(RootDeviceHints rootDeviceHints)Host stores all the configuration data for a baremetal host.HostFluent.RootDeviceHintsNested<A>HostFluent. withNewRootDeviceHintsLike(RootDeviceHints item)AHostFluent. withRootDeviceHints(RootDeviceHints rootDeviceHints)Constructors in io.fabric8.openshift.api.model.installer.baremetal.v1 with parameters of type RootDeviceHints Constructor Description Host(BMC bmc, String bootMACAddress, String bootMode, String hardwareProfile, String name, com.fasterxml.jackson.databind.JsonNode networkConfig, String role, RootDeviceHints rootDeviceHints)RootDeviceHintsBuilder(RootDeviceHints instance)RootDeviceHintsBuilder(RootDeviceHintsFluent<?> fluent, RootDeviceHints instance)RootDeviceHintsFluent(RootDeviceHints instance)
-