SoftLayer_Virtual_Storage_Repository


SoftLayer_Virtual_Storage_Repository

Description

The SoftLayer_Virtual_Storage_Repository represents a web based storage system that can be accessed through many types of devices, interfaces, and other resources.

Local


capacity

A storage repositories capacity measured in Giga-Bytes (GB)
Type: float


description

A storage repositories description that describes its purpose or contents
Type: string


id

Unique ID for a storage repository.
Type: int


name

A storage repositories name that describes its purpose or contents
Type: string


publicFlag

None
Type: int


typeId

A storage repositories SoftLayer_Virtual_Storage_Repository_Type ID
Type: int

Relational


account

The SoftLayer_Account that a storage repository belongs to.
Type: SoftLayer_Account


billingItem

The current billing item for a storage repository.
Type: SoftLayer_Billing_Item


datacenter

The datacenter that a virtual storage repository resides in.
Type: SoftLayer_Location


diskImages

The SoftLayer_Virtual_Disk_Image that are in a storage repository. Disk images are the virtual hard drives for a virtual guest.
Type: SoftLayer_Virtual_Disk_Image[]


guests

The computing instances that have disk images in a storage repository.
Type: SoftLayer_Virtual_Guest[]


publicImageBillingItem

The current billing item for a public storage repository.
Type: SoftLayer_Billing_Item

Count


diskImageCount

A count of the SoftLayer_Virtual_Disk_Image that are in a storage repository. Disk images are the virtual hard drives for a virtual guest.
Type: unsignedLong


guestCount

A count of the computing instances that have disk images in a storage repository.
Type: unsignedLong