Class Member


  • @ApiType("SoftLayer_Network_Gateway_Member")
    public class Member
    extends Entity
    A network gateway member is a device that serves as a gateway. Once the hardware becomes a member of the gateway, only a reclaim can remove it. A reclaim on the last member of the gateway triggers a reclaim of the entire gateway.
    See Also:
    SoftLayer_Network_Gateway_Member
    • Field Detail

      • networkGateway

        @ApiProperty
        protected Gateway networkGateway
        The gateway this member belongs to.
      • hardwareIdSpecified

        protected boolean hardwareIdSpecified
      • idSpecified

        protected boolean idSpecified
      • networkGatewayIdSpecified

        protected boolean networkGatewayIdSpecified
      • priority

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long priority
        The priority for this gateway member. This is set internally and cannot be provided on create.
      • prioritySpecified

        protected boolean prioritySpecified
    • Constructor Detail

      • Member

        public Member()
    • Method Detail

      • getAttributes

        public Attribute getAttributes()
      • setAttributes

        public void setAttributes​(Attribute attributes)
      • getHardware

        public Hardware getHardware()
      • setHardware

        public void setHardware​(Hardware hardware)
      • getNetworkGateway

        public Gateway getNetworkGateway()
      • setNetworkGateway

        public void setNetworkGateway​(Gateway networkGateway)
      • getHardwareId

        public Long getHardwareId()
      • setHardwareId

        public void setHardwareId​(Long hardwareId)
      • isHardwareIdSpecified

        public boolean isHardwareIdSpecified()
      • unsetHardwareId

        public void unsetHardwareId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getNetworkGatewayId

        public Long getNetworkGatewayId()
      • setNetworkGatewayId

        public void setNetworkGatewayId​(Long networkGatewayId)
      • isNetworkGatewayIdSpecified

        public boolean isNetworkGatewayIdSpecified()
      • unsetNetworkGatewayId

        public void unsetNetworkGatewayId()
      • getPriority

        public Long getPriority()
      • setPriority

        public void setPriority​(Long priority)
      • isPrioritySpecified

        public boolean isPrioritySpecified()
      • unsetPriority

        public void unsetPriority()