Class Object


  • @ApiType("SoftLayer_Network_Storage_OpenStack_Object")
    public class Object
    extends Storage
    The SoftLayer_Network_Storage_OpenStack_Object data type models OpenStack specific object storage objects. These storages authenticate through Keystone to access Swift.
    See Also:
    SoftLayer_Network_Storage_OpenStack_Object
    • Field Detail

      • bandwidthBillingItems

        @ApiProperty
        protected List<Item> bandwidthBillingItems
        The billing item tied to an OpenStack Object Storage's bandwidth service.
      • bandwidthBillingItemCount

        @ApiProperty
        protected Long bandwidthBillingItemCount
        A count of the billing item tied to an OpenStack Object Storage's bandwidth service.
    • Constructor Detail

      • Object

        public Object()
    • Method Detail

      • getBandwidthBillingItems

        public List<Item> getBandwidthBillingItems()
      • getBandwidthBillingItemCount

        public Long getBandwidthBillingItemCount()
      • setBandwidthBillingItemCount

        public void setBandwidthBillingItemCount​(Long bandwidthBillingItemCount)