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.firewall.module.Context

@ApiType("SoftLayer_Billing_Item_Network_Firewall_Module_Context")
public class Context
extends Item
The SoftLayer_Billing_Item_Network_Firewall_Module_Context data type describes the billing items related to VLAN Firewalls.
See Also:
SoftLayer_Billing_Item_Network_Firewall_Module_Context
  • Field Details

    • billingCyclePublicUsageOut

      @ApiProperty protected BigDecimal billingCyclePublicUsageOut
      The total public outbound bandwidth for this firewall for the current billing cycle.
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getBillingCyclePublicUsageOut

      public BigDecimal getBillingCyclePublicUsageOut()
    • setBillingCyclePublicUsageOut

      public void setBillingCyclePublicUsageOut​(BigDecimal billingCyclePublicUsageOut)