java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.network.bandwidth.data.Summary

@ApiType("SoftLayer_Container_Network_Bandwidth_Data_Summary")
public class Summary
extends Entity
SoftLayer_Container_Network_Bandwidth_Data_Summary models an interface's overall bandwidth usage during it's current billing cycle.
See Also:
SoftLayer_Container_Network_Bandwidth_Data_Summary
  • Field Details

    • allowedUsage

      @ApiProperty(canBeNullOrNotSet=true) protected BigDecimal allowedUsage
      The amount of bandwidth a server has allocated to it in it's current billing period.
    • allowedUsageSpecified

      protected boolean allowedUsageSpecified
    • estimatedUsage

      @ApiProperty(canBeNullOrNotSet=true) protected BigDecimal estimatedUsage
      The amount of bandwidth that a server has used within it's current billing period.
    • estimatedUsageSpecified

      protected boolean estimatedUsageSpecified
    • projectedUsage

      @ApiProperty(canBeNullOrNotSet=true) protected BigDecimal projectedUsage
      The amount of bandwidth a server is projected to use within its billing period, based on it's current usage.
    • projectedUsageSpecified

      protected boolean projectedUsageSpecified
    • usageUnits

      @ApiProperty(canBeNullOrNotSet=true) protected String usageUnits
      The unit of measurement used in a bandwidth data summary.
    • usageUnitsSpecified

      protected boolean usageUnitsSpecified
  • Constructor Details

    • Summary

      public Summary()
  • Method Details

    • getAllowedUsage

      public BigDecimal getAllowedUsage()
    • setAllowedUsage

      public void setAllowedUsage​(BigDecimal allowedUsage)
    • isAllowedUsageSpecified

      public boolean isAllowedUsageSpecified()
    • unsetAllowedUsage

      public void unsetAllowedUsage()
    • getEstimatedUsage

      public BigDecimal getEstimatedUsage()
    • setEstimatedUsage

      public void setEstimatedUsage​(BigDecimal estimatedUsage)
    • isEstimatedUsageSpecified

      public boolean isEstimatedUsageSpecified()
    • unsetEstimatedUsage

      public void unsetEstimatedUsage()
    • getProjectedUsage

      public BigDecimal getProjectedUsage()
    • setProjectedUsage

      public void setProjectedUsage​(BigDecimal projectedUsage)
    • isProjectedUsageSpecified

      public boolean isProjectedUsageSpecified()
    • unsetProjectedUsage

      public void unsetProjectedUsage()
    • getUsageUnits

      public String getUsageUnits()
    • setUsageUnits

      public void setUsageUnits​(String usageUnits)
    • isUsageUnitsSpecified

      public boolean isUsageUnitsSpecified()
    • unsetUsageUnits

      public void unsetUsageUnits()