Class Global


  • @ApiType("SoftLayer_Network_Subnet_IpAddress_Global")
    public class Global
    extends Entity
    Global IP Addresses are static IP addresses that can be routed to any server within the SoftLayer network. Global IP Addresses are not restricted to routing within the same datacenter.
    See Also:
    SoftLayer_Network_Subnet_IpAddress_Global
    • Field Detail

      • activeTransaction

        @ApiProperty
        protected Transaction activeTransaction
        The active transaction associated with this Global IP.
      • billingItem

        @ApiProperty
        protected Global billingItem
        The billing item for this Global IP.
      • descriptionSpecified

        protected boolean descriptionSpecified
      • destinationIpAddressId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long destinationIpAddressId
        A Global IP Address' associated [[SoftLayer_Network_Subnet_IpAddress|ipAddress]] ID
      • destinationIpAddressIdSpecified

        protected boolean destinationIpAddressIdSpecified
      • idSpecified

        protected boolean idSpecified
      • ipAddressIdSpecified

        protected boolean ipAddressIdSpecified
      • typeIdSpecified

        protected boolean typeIdSpecified
    • Constructor Detail

      • Global

        public Global()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getActiveTransaction

        public Transaction getActiveTransaction()
      • setActiveTransaction

        public void setActiveTransaction​(Transaction activeTransaction)
      • getBillingItem

        public Global getBillingItem()
      • setBillingItem

        public void setBillingItem​(Global billingItem)
      • getDestinationIpAddress

        public IpAddress getDestinationIpAddress()
      • setDestinationIpAddress

        public void setDestinationIpAddress​(IpAddress destinationIpAddress)
      • getIpAddress

        public IpAddress getIpAddress()
      • setIpAddress

        public void setIpAddress​(IpAddress ipAddress)
      • getDescription

        public Long getDescription()
      • setDescription

        public void setDescription​(Long description)
      • isDescriptionSpecified

        public boolean isDescriptionSpecified()
      • unsetDescription

        public void unsetDescription()
      • getDestinationIpAddressId

        public Long getDestinationIpAddressId()
      • setDestinationIpAddressId

        public void setDestinationIpAddressId​(Long destinationIpAddressId)
      • isDestinationIpAddressIdSpecified

        public boolean isDestinationIpAddressIdSpecified()
      • unsetDestinationIpAddressId

        public void unsetDestinationIpAddressId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getIpAddressId

        public Long getIpAddressId()
      • setIpAddressId

        public void setIpAddressId​(Long ipAddressId)
      • isIpAddressIdSpecified

        public boolean isIpAddressIdSpecified()
      • unsetIpAddressId

        public void unsetIpAddressId()
      • getTypeId

        public Long getTypeId()
      • setTypeId

        public void setTypeId​(Long typeId)
      • isTypeIdSpecified

        public boolean isTypeIdSpecified()
      • unsetTypeId

        public void unsetTypeId()