Class NetworkDataLinkVlan

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

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

      • NetworkDataLinkVlan

        public NetworkDataLinkVlan()
        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()
        NetworkDataLinkVlan represents a vlan link object.
      • setMacAddress

        public void setMacAddress​(NetworkLinkEthernetMac macAddress)
        NetworkDataLinkVlan represents a vlan 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
      • getVlanID

        public Integer getVlanID()
        VlanID is the Vlan ID
      • setVlanID

        public void setVlanID​(Integer vlanID)
        VlanID is the Vlan ID
      • getVlanLink

        public String getVlanLink()
        VlanLink is the name of the link on which the vlan should be added
      • setVlanLink

        public void setVlanLink​(String vlanLink)
        VlanLink is the name of the link on which the vlan should be added
      • getAdditionalProperties

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

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

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