java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.account.network.vlan.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 Details

    • 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
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      The unique internal identifier of the SoftLayer_Account_Network_Vlan_Span object.
    • idSpecified

      protected boolean idSpecified
    • lastAppliedDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar lastAppliedDate
      Timestamp of the last time the ACL for this account was applied.
    • lastAppliedDateSpecified

      protected boolean lastAppliedDateSpecified
    • lastVerifiedDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar lastVerifiedDate
      Timestamp of the last time the subnet hash was verified for this VLAN span record.
    • lastVerifiedDateSpecified

      protected boolean lastVerifiedDateSpecified
    • modifyDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar modifyDate
      Timestamp of the last edit of the record.
    • modifyDateSpecified

      protected boolean modifyDateSpecified
  • Constructor Details

    • Span

      public Span()
  • Method Details

    • 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()
    • getLastAppliedDate

      public GregorianCalendar getLastAppliedDate()
    • setLastAppliedDate

      public void setLastAppliedDate​(GregorianCalendar lastAppliedDate)
    • isLastAppliedDateSpecified

      public boolean isLastAppliedDateSpecified()
    • unsetLastAppliedDate

      public void unsetLastAppliedDate()
    • getLastVerifiedDate

      public GregorianCalendar getLastVerifiedDate()
    • setLastVerifiedDate

      public void setLastVerifiedDate​(GregorianCalendar lastVerifiedDate)
    • isLastVerifiedDateSpecified

      public boolean isLastVerifiedDateSpecified()
    • unsetLastVerifiedDate

      public void unsetLastVerifiedDate()
    • getModifyDate

      public GregorianCalendar getModifyDate()
    • setModifyDate

      public void setModifyDate​(GregorianCalendar modifyDate)
    • isModifyDateSpecified

      public boolean isModifyDateSpecified()
    • unsetModifyDate

      public void unsetModifyDate()