VMware Cloud Director API - StorageProfileRecord

VMware Cloud Director API - StorageProfileRecord

QueryResultStorageProfileRecordType

Element:
StorageProfileRecord
Type:
QueryResultStorageProfileRecordType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Type for a single storageProfile query result in records format.
Since:
32.0
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
QueryResultRecordType
XML Representation:
<StorageProfileRecord xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
        numberOfProviderVdcs="xs:int" numberOfOrgVdcs="xs:int" numberOfDatastores="xs:int" requestedMb="xs:long"
        totalMb="xs:long" usedMb="xs:long" provisionedMb="xs:long" capabilities="xs:string"
        numberOfCapabilities="xs:int">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string" model="xs:string"/>
    <Metadata href="xs:anyURI" type="xs:string">
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string" model="xs:string"/>
        <MetadataEntry href="xs:anyURI" type="xs:string">
            <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string" model="xs:string"/>
            <Domain visibility="xs:string"/>
            <Key> xs:string </Key>
            <TypedValue/>
        </MetadataEntry>
    </Metadata>
</StorageProfileRecord>

Attributes

Attribute Type Required Modifiable Since Deprecated Description Filter Sort
href anyURI No always 32.0 Contains the URI to the resource. Yes Yes
id string No always 32.0 The resource identifier, expressed in URN format. The value of this attribute uniquely identifies the resource, persists for the life of the resource, and is never reused. Yes Yes
type string No always 32.0 Contains the type of the resource. Yes Yes
name string No none 32.0 Name of the storage profile Yes Yes
numberOfProviderVdcs int No none 32.0 Number of provider VDCs that have access to this profile Yes Yes
numberOfOrgVdcs int No none 32.0 Number of Organization VDCs that have access to this profile Yes Yes
numberOfDatastores int No none 32.0 Number of datastores associated with this profile Yes Yes
requestedMb long No none 32.0 Storage requested by all vms for this storage profile in mega bytes Yes Yes
totalMb long No none 32.0 Total storage for this storage profile in mega bytes Yes No
usedMb long No none 32.0 Storage used by entities associated with this storage profile in mega bytes No No
provisionedMb long No none 32.0 Provisioned storage for this storage profile in mega bytes Yes No
capabilities string No none 34.0 Comma-separated list of capabilities supported by this storage profile No No
numberOfCapabilities int No none 34.0 Number of capabilities supported by this storage profile No No

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 32.0 Contains a link to an operation associated with a specific relation type.
Metadata MetadataType No 5.1