Class NetworkLinkEthernetMac

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NetworkLinkEthernetMac
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NetworkLinkEthernetMacBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NetworkLinkEthernetMac represents the Mac address content.
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkLinkEthernetMac

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

      • getFromHostInterface

        public String getFromHostInterface()
        FromHostInterface contains the name of the interface in the BareMetalHost Introspection details from which to fetch the MAC address
      • setFromHostInterface

        public void setFromHostInterface​(String fromHostInterface)
        FromHostInterface contains the name of the interface in the BareMetalHost Introspection details from which to fetch the MAC address
      • getString

        public String getString()
        String contains the MAC address given as a string
      • setString

        public void setString​(String string)
        String contains the MAC address given as a string
      • getAdditionalProperties

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

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

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