vCloud API - VdcStorageProfileParams
VdcStorageProfileParamsType
- Element:
- VdcStorageProfileParams
- Type:
- VdcStorageProfileParamsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents the parameters to create a storage profile in an organization vDC
- Since:
- 5.1
- Schema:
- providerVdc.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <VdcStorageProfileParams xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<Enabled> xs:boolean </Enabled>
<Units> xs:string </Units>
<Limit> xs:long </Limit>
<Default> xs:boolean </Default>
<ProviderVdcStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</ProviderVdcStorageProfile>
</VdcStorageProfileParams>
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. 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. ProviderVdcStorageProfile ReferenceType Yes always 5.1 Reference to a Provider vDC storage profile. 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.