Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.HardwareSystemVendor
-
Packages that use HardwareSystemVendor Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of HardwareSystemVendor in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return HardwareSystemVendor Modifier and Type Method Description HardwareSystemVendorHardwareSystemVendorBuilder. build()HardwareSystemVendorHardwareDetailsFluent. buildSystemVendor()HardwareSystemVendorHardwareDetails. getSystemVendor()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 HardwareSystemVendor Modifier and Type Method Description protected voidHardwareSystemVendorFluent. copyInstance(HardwareSystemVendor instance)HardwareDetailsFluent.SystemVendorNested<A>HardwareDetailsFluent. editOrNewSystemVendorLike(HardwareSystemVendor item)voidHardwareDetails. setSystemVendor(HardwareSystemVendor systemVendor)HardwareDetails collects all of the information about hardware discovered on the host.HardwareDetailsFluent.SystemVendorNested<A>HardwareDetailsFluent. withNewSystemVendorLike(HardwareSystemVendor item)AHardwareDetailsFluent. withSystemVendor(HardwareSystemVendor systemVendor)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type HardwareSystemVendor Constructor Description HardwareDetails(CPU cpu, Firmware firmware, String hostname, List<NIC> nics, Integer ramMebibytes, List<Storage> storage, HardwareSystemVendor systemVendor)HardwareSystemVendorBuilder(HardwareSystemVendor instance)HardwareSystemVendorBuilder(HardwareSystemVendorFluent<?> fluent, HardwareSystemVendor instance)HardwareSystemVendorFluent(HardwareSystemVendor instance)
-