Class IpAddress


  • @ApiType("SoftLayer_Network_Customer_Subnet_IpAddress")
    public class IpAddress
    extends Entity
    The SoftLayer_Network_Customer_Subnet_IpAddress data type contains general information relating to a single Customer Subnet (Remote) IPv4 address.
    See Also:
    SoftLayer_Network_Customer_Subnet_IpAddress
    • Field Detail

      • subnet

        @ApiProperty
        protected Subnet subnet
        The customer subnet (remote) that the ip address belongs to.
      • idSpecified

        protected boolean idSpecified
      • ipAddressSpecified

        protected boolean ipAddressSpecified
      • notesSpecified

        protected boolean notesSpecified
      • subnetIdSpecified

        protected boolean subnetIdSpecified
      • translationCount

        @ApiProperty
        protected Long translationCount
        A count of all the address translations that are tied to an IP address.
    • Constructor Detail

      • IpAddress

        public IpAddress()
    • Method Detail

      • getSubnet

        public Subnet getSubnet()
      • setSubnet

        public void setSubnet​(Subnet subnet)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getIpAddress

        public String getIpAddress()
      • setIpAddress

        public void setIpAddress​(String ipAddress)
      • isIpAddressSpecified

        public boolean isIpAddressSpecified()
      • unsetIpAddress

        public void unsetIpAddress()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()
      • getSubnetId

        public Long getSubnetId()
      • setSubnetId

        public void setSubnetId​(Long subnetId)
      • isSubnetIdSpecified

        public boolean isSubnetIdSpecified()
      • unsetSubnetId

        public void unsetSubnetId()
      • getTranslationCount

        public Long getTranslationCount()
      • setTranslationCount

        public void setTranslationCount​(Long translationCount)