Class Hub

  • Direct Known Subclasses:
    Swift

    @ApiType("SoftLayer_Network_Storage_Hub")
    public class Hub
    extends Storage
    The SoftLayer_Network_Storage_Hub data type models Virtual Server type Storage storage offerings.
    See Also:
    SoftLayer_Network_Storage_Hub
    • Field Detail

      • bandwidthBillingItems

        @ApiProperty
        protected List<Item> bandwidthBillingItems
        The billing items tied to a Storage service's bandwidth usage.
      • bandwidthBillingItemCount

        @ApiProperty
        protected Long bandwidthBillingItemCount
        A count of the billing items tied to a Storage service's bandwidth usage.
    • Constructor Detail

      • Hub

        public Hub()
    • Method Detail

      • getBandwidthBillingItems

        public List<Item> getBandwidthBillingItems()
      • getBandwidthBillingItemCount

        public Long getBandwidthBillingItemCount()
      • setBandwidthBillingItemCount

        public void setBandwidthBillingItemCount​(Long bandwidthBillingItemCount)