Uses of Class
io.fabric8.openshift.api.model.installer.baremetal.v1.BMC
-
Packages that use BMC Package Description io.fabric8.openshift.api.model.installer.baremetal.v1 -
-
Uses of BMC in io.fabric8.openshift.api.model.installer.baremetal.v1
Methods in io.fabric8.openshift.api.model.installer.baremetal.v1 that return BMC Modifier and Type Method Description BMCBMCBuilder. build()BMCHostFluent. buildBmc()BMCHost. getBmc()Host stores all the configuration data for a baremetal host.Methods in io.fabric8.openshift.api.model.installer.baremetal.v1 with parameters of type BMC Modifier and Type Method Description protected voidBMCFluent. copyInstance(BMC instance)HostFluent.BmcNested<A>HostFluent. editOrNewBmcLike(BMC item)voidHost. setBmc(BMC bmc)Host stores all the configuration data for a baremetal host.AHostFluent. withBmc(BMC bmc)HostFluent.BmcNested<A>HostFluent. withNewBmcLike(BMC item)Constructors in io.fabric8.openshift.api.model.installer.baremetal.v1 with parameters of type BMC Constructor Description BMCBuilder(BMC instance)BMCBuilder(BMCFluent<?> fluent, BMC instance)BMCFluent(BMC instance)Host(BMC bmc, String bootMACAddress, String bootMode, String hardwareProfile, String name, com.fasterxml.jackson.databind.JsonNode networkConfig, String role, RootDeviceHints rootDeviceHints)
-