Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.CPU
-
Packages that use CPU Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of CPU in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return CPU Modifier and Type Method Description CPUCPUBuilder. build()CPUHardwareDetailsFluent. buildCpu()CPUHardwareDetails. getCpu()HardwareDetails collects all of the information about hardware discovered on the host.Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type CPU Modifier and Type Method Description protected voidCPUFluent. copyInstance(CPU instance)HardwareDetailsFluent.CpuNested<A>HardwareDetailsFluent. editOrNewCpuLike(CPU item)voidHardwareDetails. setCpu(CPU cpu)HardwareDetails collects all of the information about hardware discovered on the host.AHardwareDetailsFluent. withCpu(CPU cpu)HardwareDetailsFluent.CpuNested<A>HardwareDetailsFluent. withNewCpuLike(CPU item)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type CPU Constructor Description CPUBuilder(CPU instance)CPUBuilder(CPUFluent<?> fluent, CPU instance)CPUFluent(CPU instance)HardwareDetails(CPU cpu, Firmware firmware, String hostname, List<NIC> nics, Integer ramMebibytes, List<Storage> storage, HardwareSystemVendor systemVendor)
-