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

    • subnet

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

      @ApiProperty protected List<Translation> translations
      All the address translations that are tied to an IP address.
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      Unique identifier for an ip address.
    • idSpecified

      protected boolean idSpecified
    • ipAddress

      @ApiProperty(canBeNullOrNotSet=true) protected String ipAddress
      An IP address expressed in dotted quad format.
    • ipAddressSpecified

      protected boolean ipAddressSpecified
    • notes

      @ApiProperty(canBeNullOrNotSet=true) protected String notes
      An IP address' user defined note.
    • notesSpecified

      protected boolean notesSpecified
    • subnetId

      @ApiProperty(canBeNullOrNotSet=true) protected Long subnetId
      The unique identifier for the customer subnet (remote) the ip address belongs to.
    • subnetIdSpecified

      protected boolean subnetIdSpecified
    • translationCount

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

    • IpAddress

      public IpAddress()
  • Method Details

    • getSubnet

      public Subnet getSubnet()
    • setSubnet

      public void setSubnet​(Subnet subnet)
    • getTranslations

      public List<Translation> getTranslations()
    • 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)