Class VLAN

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VLAN
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VLANBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    VLAN represents the name and ID of a VLAN.
    See Also:
    Serialized Form
    • Constructor Detail

      • VLAN

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

      • getId

        public Integer getId()
        VLAN represents the name and ID of a VLAN.
      • setId

        public void setId​(Integer id)
        VLAN represents the name and ID of a VLAN.
      • getName

        public String getName()
        VLAN represents the name and ID of a VLAN.
      • setName

        public void setName​(String name)
        VLAN represents the name and ID of a VLAN.
      • edit

        public VLANBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<VLANBuilder>
      • getAdditionalProperties

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

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

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