VMWStorageProfileType

Element:
VMWStorageProfile
Type:
VMWStorageProfileType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Represents a vCenter storage profile.
Since:
5.1
Schema:
vmwextensions.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<VMWStorageProfile xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    <MoRef> xs:string </MoRef>
    <VimObjectType> xs:string </VimObjectType>
    <FreeStorageMb> xs:double </FreeStorageMb>
    <TotalStorageMb> xs:double </TotalStorageMb>
    <DataStoreRefs>
        <VimObjectRef>
            <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
            </vcloud_v1.5:VimServerRef>
            <MoRef> xs:string </MoRef>
            <VimObjectType> xs:string </VimObjectType>
        </VimObjectRef>
    </DataStoreRefs>
</VMWStorageProfile>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string Yes always 5.1 The name of the storage profile.

Elements

Element Type Required Modifiable Since Deprecated Description
DataStoreRefs VimObjectRefsType No none 5.1 vSphere datastores that support this storage profile.
FreeStorageMb double No none 5.1 Free storage in MB of this storage profile.
MoRef string No none 5.1 The vSphere managed object reference of the storage profile.
TotalStorageMb double No none 5.1 Total storage in MB of this storage profile.
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.
VimObjectType string No none 5.1 The vSphere type of the object.