VMware Cloud Director API - VMWStorageProfile

VMware Cloud Director API - VMWStorageProfile

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">
    <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"/>
            <MoRef> xs:string </MoRef>
            <VimObjectType> xs:string </VimObjectType>
        </VimObjectRef>
    </DataStoreRefs>
    <Capabilities> xs:string </Capabilities>
</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
Capabilities string No 34.0 Capabilities supported by this storage profile.
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.