Class MetaDataHostInterface

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MetaDataHostInterface
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MetaDataHostInterfaceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MetaDataHostInterface contains the information to render the object name.
    See Also:
    Serialized Form
    • Constructor Detail

      • MetaDataHostInterface

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

        public MetaDataHostInterface​(String _interface,
                                     String key)
    • Method Detail

      • getInterface

        public String getInterface()
        Interface is the name of the interface in the BareMetalHost Status Hardware Details list of interfaces from which to fetch the MAC address.
      • setInterface

        public void setInterface​(String _interface)
        Interface is the name of the interface in the BareMetalHost Status Hardware Details list of interfaces from which to fetch the MAC address.
      • getKey

        public String getKey()
        Key will be used as the key to set in the metadata map for cloud-init
      • setKey

        public void setKey​(String key)
        Key will be used as the key to set in the metadata map for cloud-init
      • getAdditionalProperties

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

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

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