UpdateVdcStorageProfilesType

Element:
UpdateVdcStorageProfiles
Type:
UpdateVdcStorageProfilesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Parameters for updating storage profiles in an organization vDC.
Since:
5.1
Schema:
providerVdc.xsd
Media type(s):
None
Extends:
ParamsType
XML Representation:
<UpdateVdcStorageProfiles xmlns="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <VCloudExtension required="xs:boolean"/>
    <Description> xs:string </Description>
    <AddStorageProfile>
        <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>
    </AddStorageProfile>
    <RemoveStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </RemoveStorageProfile>
</UpdateVdcStorageProfiles>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 5.1 Typically used to name or identify the subject of the request. For example, the name of the object being created or modified.

Elements

Element Type Required Modifiable Since Deprecated Description
AddStorageProfile VdcStorageProfileParamsType No always 5.1 Storage profile to add to the organization vDC.
Description string No always 5.1 Optional description.
RemoveStorageProfile ReferenceType No always 5.1 Storage profile to remove from the organization vDC.
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.