Class Type


  • @ApiType("SoftLayer_Network_Vlan_Type")
    public class Type
    extends Entity
    A network VLAN type is a value representing the type of a network VLAN. The possible values are:


    * STANDARD - A VLAN for normal server or guest use
    * GATEWAY - A VLAN designated for use as a network gateway VLAN
    See Also:
    SoftLayer_Network_Vlan_Type
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isDescriptionSpecified

        public boolean isDescriptionSpecified()
      • unsetDescription

        public void unsetDescription()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getKeyName

        public String getKeyName()
      • setKeyName

        public void setKeyName​(String keyName)
      • isKeyNameSpecified

        public boolean isKeyNameSpecified()
      • unsetKeyName

        public void unsetKeyName()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()