UpdateResourcePoolSetParamsType

Element:
UpdateResourcePoolSetParams
Type:
UpdateResourcePoolSetParamsType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Parameters for updating resource pools backing a Provider vDC.
Since:
1.5
Schema:
vmwextensions.xsd
Media type(s):
application/vnd.vmware.admin.resourcePoolSetUpdateParams+xml
Extends:
ParamsType
XML Representation:
<UpdateResourcePoolSetParams 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>
    <AddItem>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <MoRef> xs:string </MoRef>
        <VimObjectType> xs:string </VimObjectType>
    </AddItem>
    <vcloud_v1.5:DeleteItem href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</UpdateResourcePoolSetParams>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 1.5 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
AddItem VimObjectRefType (extension/v1.5) No always 1.5 Reference to a secondary resource pool to add to the Provider vDC resource pool set.
DeleteItem ReferenceType No always 1.5 Reference to a secondary resource pool to delete from the Provider vDC resource pool set.
Description string No always 1.5 Optional description.
VCloudExtension VCloudExtensionType No always 1.5 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}/action/updateResourcePools Add or remove provider vDC resource pools. 1.5