java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.billing.Item
com.softlayer.api.service.billing.item.network.loadbalancer.VirtualIpAddress

@ApiType("SoftLayer_Billing_Item_Network_LoadBalancer_VirtualIpAddress")
public class VirtualIpAddress
extends Item
A SoftLayer_Billing_Item_Network_LoadBalancer_VirtualIpAddress represents the [[SoftLayer_Billing_Item|billing item]] related to a single [[SoftLayer_Network_LoadBalancer_VirtualIpAddress|load balancer]] instance.
See Also:
SoftLayer_Billing_Item_Network_LoadBalancer_VirtualIpAddress
  • Field Details

    • resource

      @ApiProperty protected VirtualIpAddress resource
      The load balancer's virtual IP address that the billing item is associated with.
  • Constructor Details

    • VirtualIpAddress

      public VirtualIpAddress()
  • Method Details