Attributes
Attribute | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
href | anyURI | No | always | 5.1 | The URI of the entity. | |
type | string | No | always | 5.1 | The MIME type of the entity. | |
id | string | No | none | 5.1 | The entity identifier, expressed in URN format. The value of this attribute uniquely identifies the entity, persists for the life of the entity, and is never reused. | |
operationKey | string | No | create | 5.1 | Optional unique identifier to support idempotent semantics for create and delete operations. | |
name | string | Yes | always | 5.1 | The name of the entity. |
Elements
Element | Type | Required | Modifiable | Since | Deprecated | Description |
---|---|---|---|---|---|---|
Default | boolean | Yes | always | 5.1 | True if this is default storage profile for this vDC. The default storage profile is used when an object that can specify a storage profile is created with no storage profile specified. | |
Description | string | No | always | 5.1 | Optional description. | |
Enabled | boolean | No | always | 5.1 | True if this storage profile is enabled for use in the vDC. | |
Limit | long | Yes | always | 5.1 | Maximum number of Units allocated for this storage profile. A value of 0 specifies unlimited Units. | |
Link | LinkType | No | none | 5.1 | A reference to an entity or operation associated with this object. | |
ProviderVdcStorageProfile | ReferenceType | Yes | always | 5.1 | Reference to a Provider vDC storage profile. | |
Tasks | TasksInProgressType | No | none | 5.1 | A list of queued, running, or recently completed tasks associated with this entity. | |
Units | string | Yes | always | 5.1 | Units used to define Limit. | |
VCloudExtension | VCloudExtensionType | No | always | 5.1 | An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. |
Operations
CRUD | Operation | Description | Since | Deprecated |
---|---|---|---|---|
read | GET /admin/vdcStorageProfile/{id} | Returns the representation of a vDC storage profile | ||
update | PUT /admin/vdcStorageProfile/{id} | Updates a single storage profile with user supplied data |