Class NetworkDataLinkEthernet

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NetworkDataLinkEthernet
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NetworkDataLinkEthernetBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NetworkDataLinkEthernet represents an ethernet link object.
    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkDataLinkEthernet

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

      • getId

        public String getId()
        Id is the ID of the interface (used for naming)
      • setId

        public void setId​(String id)
        Id is the ID of the interface (used for naming)
      • getMacAddress

        public NetworkLinkEthernetMac getMacAddress()
        NetworkDataLinkEthernet represents an ethernet link object.
      • setMacAddress

        public void setMacAddress​(NetworkLinkEthernetMac macAddress)
        NetworkDataLinkEthernet represents an ethernet link object.
      • getMtu

        public Integer getMtu()
        MTU is the MTU of the interface
      • setMtu

        public void setMtu​(Integer mtu)
        MTU is the MTU of the interface
      • getType

        public String getType()
        Type is the type of the ethernet link. It can be one of: bridge, dvs, hw_veb, hyperv, ovs, tap, vhostuser, vif, phy
      • setType

        public void setType​(String type)
        Type is the type of the ethernet link. It can be one of: bridge, dvs, hw_veb, hyperv, ovs, tap, vhostuser, vif, phy
      • getAdditionalProperties

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

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

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