Class HardwareDetails

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<HardwareDetailsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class HardwareDetails
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<HardwareDetailsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    HardwareDetails collects all of the information about hardware discovered on the host.
    See Also:
    Serialized Form
    • Method Detail

      • getCpu

        public CPU getCpu()
        HardwareDetails collects all of the information about hardware discovered on the host.
      • setCpu

        public void setCpu​(CPU cpu)
        HardwareDetails collects all of the information about hardware discovered on the host.
      • getFirmware

        public Firmware getFirmware()
        HardwareDetails collects all of the information about hardware discovered on the host.
      • setFirmware

        public void setFirmware​(Firmware firmware)
        HardwareDetails collects all of the information about hardware discovered on the host.
      • getHostname

        public String getHostname()
        HardwareDetails collects all of the information about hardware discovered on the host.
      • setHostname

        public void setHostname​(String hostname)
        HardwareDetails collects all of the information about hardware discovered on the host.
      • getNics

        public List<NIC> getNics()
        List of network interfaces for the host.
      • setNics

        public void setNics​(List<NIC> nics)
        List of network interfaces for the host.
      • getRamMebibytes

        public Integer getRamMebibytes()
        The host's amount of memory in Mebibytes.
      • setRamMebibytes

        public void setRamMebibytes​(Integer ramMebibytes)
        The host's amount of memory in Mebibytes.
      • getStorage

        public List<Storage> getStorage()
        List of storage (disk, SSD, etc.) available to the host.
      • setStorage

        public void setStorage​(List<Storage> storage)
        List of storage (disk, SSD, etc.) available to the host.
      • getSystemVendor

        public HardwareSystemVendor getSystemVendor()
        HardwareDetails collects all of the information about hardware discovered on the host.
      • setSystemVendor

        public void setSystemVendor​(HardwareSystemVendor systemVendor)
        HardwareDetails collects all of the information about hardware discovered on the host.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)