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):
None
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">
    <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    <Description> xs:string </Description>
    <AddItem>
        <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
        </vcloud_v1.5:VimServerRef>
        <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">
        <vcloud_v1.5:VCloudExtension required="xs:boolean"/>
    </vcloud_v1.5:DeleteItem>
</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 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.