VMware Cloud Director API - UpdateProviderVdcStorageProfiles
UpdateProviderVdcStorageProfilesParamsType
- Element:
- UpdateProviderVdcStorageProfiles
- Type:
- UpdateProviderVdcStorageProfilesParamsType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Parameters for request to add or remove Provider vDC storage profiles.
- Since:
- 5.1
- Schema:
- vmwextensions.xsd
- Media type(s):
-
application/vnd.vmware.admin.updateProviderVdcStorageProfiles+json
application/vnd.vmware.admin.updateProviderVdcStorageProfiles+xml
- Extends:
- ParamsType
- XML Representation:
-
<UpdateProviderVdcStorageProfiles xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" name="xs:string">
<Description> xs:string </Description>
<AddStorageProfile> xs:string </AddStorageProfile>
<vcloud_v1.5:RemoveStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</UpdateProviderVdcStorageProfiles>
-
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 string No always 5.1 Name of the storage profile to add to the Provider vDC. Description string No always 5.1 Optional description. RemoveStorageProfile ReferenceType No always 5.1 A reference to the Provider vDC storage profile to remove from the Provider 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. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /admin/extension/providervdc/{id}/storageProfiles Update storage classes of a provider vDC. 5.1