Class Host

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Host
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<HostBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Host stores all the configuration data for a baremetal host.
    See Also:
    Serialized Form
    • Constructor Detail

      • Host

        public Host()
        No args constructor for use in serialization
    • Method Detail

      • getBmc

        public BMC getBmc()
        Host stores all the configuration data for a baremetal host.
      • setBmc

        public void setBmc​(BMC bmc)
        Host stores all the configuration data for a baremetal host.
      • getBootMACAddress

        public String getBootMACAddress()
        Host stores all the configuration data for a baremetal host.
      • setBootMACAddress

        public void setBootMACAddress​(String bootMACAddress)
        Host stores all the configuration data for a baremetal host.
      • getBootMode

        public String getBootMode()
        Host stores all the configuration data for a baremetal host.
      • setBootMode

        public void setBootMode​(String bootMode)
        Host stores all the configuration data for a baremetal host.
      • getHardwareProfile

        public String getHardwareProfile()
        Host stores all the configuration data for a baremetal host.
      • setHardwareProfile

        public void setHardwareProfile​(String hardwareProfile)
        Host stores all the configuration data for a baremetal host.
      • getName

        public String getName()
        Host stores all the configuration data for a baremetal host.
      • setName

        public void setName​(String name)
        Host stores all the configuration data for a baremetal host.
      • getNetworkConfig

        public com.fasterxml.jackson.databind.JsonNode getNetworkConfig()
        Host stores all the configuration data for a baremetal host.
      • setNetworkConfig

        public void setNetworkConfig​(com.fasterxml.jackson.databind.JsonNode networkConfig)
        Host stores all the configuration data for a baremetal host.
      • getRole

        public String getRole()
        Host stores all the configuration data for a baremetal host.
      • setRole

        public void setRole​(String role)
        Host stores all the configuration data for a baremetal host.
      • getRootDeviceHints

        public RootDeviceHints getRootDeviceHints()
        Host stores all the configuration data for a baremetal host.
      • setRootDeviceHints

        public void setRootDeviceHints​(RootDeviceHints rootDeviceHints)
        Host stores all the configuration data for a baremetal host.
      • edit

        public HostBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<HostBuilder>
      • getAdditionalProperties

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

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

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