Class Subnet

  • Direct Known Subclasses:
    Global

    @ApiType("SoftLayer_Billing_Item_Network_Subnet")
    public class Subnet
    extends Item
    The SoftLayer_Billing_Item_Network_Subnet data type contains general information relating to a single SoftLayer billing item whose item category code is one of the following:
    * pri_ip_address
    * static_sec_ip_addresses (static secondary)
    * sov_sec_ip_addresses (secondary on vlan, also known as "portable ips")
    * sov_sec_ip_addresses_pub (sov_sec_ip_addresses public only)
    * sov_sec_ip_addresses_priv (sov_sec_ip_addresses private only)
    * sec_ip_addresses (old style, secondary ip addresses)


    These item categories denote that the billing item has subnet information attached.
    See Also:
    SoftLayer_Billing_Item_Network_Subnet
    • Field Detail

      • resource

        @ApiProperty
        protected Subnet resource
        The resource for a subnet-related billing item.
      • resourceNameSpecified

        protected boolean resourceNameSpecified
      • resourceTableIdSpecified

        protected boolean resourceTableIdSpecified
    • Constructor Detail

      • Subnet

        public Subnet()
    • Method Detail

      • getResource

        public Subnet getResource()
      • setResource

        public void setResource​(Subnet resource)
      • getResourceName

        public String getResourceName()
      • setResourceName

        public void setResourceName​(String resourceName)
      • isResourceNameSpecified

        public boolean isResourceNameSpecified()
      • unsetResourceName

        public void unsetResourceName()
      • getResourceTableId

        public Long getResourceTableId()
      • setResourceTableId

        public void setResourceTableId​(Long resourceTableId)
      • isResourceTableIdSpecified

        public boolean isResourceTableIdSpecified()
      • unsetResourceTableId

        public void unsetResourceTableId()