Class Usage


  • @ApiType("SoftLayer_Billing_Item_Virtual_Host_Usage")
    public class Usage
    extends Item
    The SoftLayer_Billing_Item_Virtual_Host_Usage data type contains general information relating to a single SoftLayer billing item for virtual machine peak usage
    See Also:
    SoftLayer_Billing_Item_Virtual_Host_Usage
    • Field Detail

      • resource

        @ApiProperty
        protected Hardware resource
        The resource for a peak virtual machine usage billing item.
      • resourceTableIdSpecified

        protected boolean resourceTableIdSpecified
    • Constructor Detail

      • Usage

        public Usage()
    • Method Detail

      • getResource

        public Hardware getResource()
      • setResource

        public void setResource​(Hardware resource)
      • getResourceTableId

        public Long getResourceTableId()
      • setResourceTableId

        public void setResourceTableId​(Long resourceTableId)
      • isResourceTableIdSpecified

        public boolean isResourceTableIdSpecified()
      • unsetResourceTableId

        public void unsetResourceTableId()