QueryResultOrgVdcStorageProfileRecordType

Element:
OrgVdcStorageProfileRecord
Type:
QueryResultOrgVdcStorageProfileRecordType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Type for a single orgVdcStorageProfile query result in records format.
Since:
5.1
Schema:
queryRecordView.xsd
Media type(s):
None
Extends:
QueryResultRecordType
XML Representation:
<OrgVdcStorageProfileRecord xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
        isEnabled="xs:boolean" isDefaultStorageProfile="xs:boolean" storageUsedMB="xs:int" storageLimitMB="xs:int"
        iopsAllocated="xs:long" iopsLimit="xs:long" numberOfConditions="xs:int" vdc="xs:string"
        vdcName="xs:string" isVdcBusy="xs:boolean">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="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"/>
        <MetadataEntry href="xs:anyURI" type="xs:string">
            <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string"/>
            <Domain visibility="xs:string"/>
            <Key> xs:string </Key>
            <TypedValue/>
        </MetadataEntry>
    </Metadata>
</OrgVdcStorageProfileRecord>

Attributes

Attribute Type Required Modifiable Since Deprecated Description Filter Sort
href anyURI No always 5.1 Contains the URI to the resource. Yes Yes
id string No always 5.1 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 5.1 Contains the type of the resource. Yes Yes
name string No none 5.1 Name of the storage profile Yes Yes
isEnabled boolean No none 5.1 True if this entity is enabled Yes Yes
isDefaultStorageProfile boolean No none 5.1 True if this is the default storage profile. Yes Yes
storageUsedMB int No none 5.1 Storage used in MB Yes Yes
storageLimitMB int No none 5.1 Storage limit in MB Yes Yes
iopsAllocated long No none 7.0 Total IOPS currently allocated to this storage profile Yes Yes
iopsLimit long No none 7.0 IOPS limit for the storage profile Yes Yes
numberOfConditions int No none 5.1 Number of conditions on the storage profile Yes Yes
vdc string No none 5.1 VDC reference or id Yes Yes
vdcName string No none 5.1 VDC name Yes Yes
isVdcBusy boolean No none 5.1 True if the associated VDC is busy. Yes Yes

Elements

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