Class Span


  • @ApiType("SoftLayer_Account_Network_Vlan_Span")
    public class Span
    extends Entity
    The SoftLayer_Account_Network_Vlan_Span data type exposes the setting which controls the automatic spanning of private VLANs attached to a given customers account.
    See Also:
    SoftLayer_Account_Network_Vlan_Span
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The SoftLayer customer account associated with a VLAN.
      • enabledFlag

        @ApiProperty(canBeNullOrNotSet=true)
        protected Boolean enabledFlag
        Flag indicating whether the customer wishes to have all private network VLANs associated with account automatically joined [0 or 1]
      • enabledFlagSpecified

        protected boolean enabledFlagSpecified
      • idSpecified

        protected boolean idSpecified
      • lastAppliedDateSpecified

        protected boolean lastAppliedDateSpecified
      • lastVerifiedDateSpecified

        protected boolean lastVerifiedDateSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
    • Constructor Detail

      • Span

        public Span()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getEnabledFlag

        public Boolean getEnabledFlag()
      • setEnabledFlag

        public void setEnabledFlag​(Boolean enabledFlag)
      • isEnabledFlagSpecified

        public boolean isEnabledFlagSpecified()
      • unsetEnabledFlag

        public void unsetEnabledFlag()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • setLastAppliedDate

        public void setLastAppliedDate​(GregorianCalendar lastAppliedDate)
      • isLastAppliedDateSpecified

        public boolean isLastAppliedDateSpecified()
      • unsetLastAppliedDate

        public void unsetLastAppliedDate()
      • setLastVerifiedDate

        public void setLastVerifiedDate​(GregorianCalendar lastVerifiedDate)
      • isLastVerifiedDateSpecified

        public boolean isLastVerifiedDateSpecified()
      • unsetLastVerifiedDate

        public void unsetLastVerifiedDate()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()