Class DedicatedHost

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DedicatedHost
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DedicatedHostBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DedicatedHost stores the configuration for the machine's dedicated host platform.
    See Also:
    Serialized Form
    • Constructor Detail

      • DedicatedHost

        public DedicatedHost()
        No args constructor for use in serialization
      • DedicatedHost

        public DedicatedHost​(String name,
                             String profile)
    • Method Detail

      • getName

        public String getName()
        Name is the name of the dedicated host to provision the machine on. If specified, machines will be created on pre-existing dedicated host.
      • setName

        public void setName​(String name)
        Name is the name of the dedicated host to provision the machine on. If specified, machines will be created on pre-existing dedicated host.
      • getProfile

        public String getProfile()
        Profile is the profile ID for the dedicated host. If specified, new dedicated host will be created for machines.
      • setProfile

        public void setProfile​(String profile)
        Profile is the profile ID for the dedicated host. If specified, new dedicated host will be created for machines.
      • getAdditionalProperties

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

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

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