VMWDiscoveredResourcePoolsType

Element:
VMWDiscoveredResourcePools
Type:
VMWDiscoveredResourcePoolsType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
A list of vCenter Resource Pools that are valid for adoption by VDCs.
Since:
22.0
Schema:
vmwextensions.xsd
Media type(s):
application/vnd.vmware.admin.vmwDiscoveredResourcePools+json
application/vnd.vmware.admin.vmwDiscoveredResourcePools+xml
Extends:
ResourceType
XML Representation:
<VMWDiscoveredResourcePools xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <VMWDiscoveredResourcePool href="xs:anyURI" type="xs:string" name="xs:string" validCandidate="xs:boolean">
        <vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string"/>
        <ResourcePoolVimObjectRef>
            <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
            <MoRef> xs:string </MoRef>
            <VimObjectType> xs:string </VimObjectType>
        </ResourcePoolVimObjectRef>
    </VMWDiscoveredResourcePool>
</VMWDiscoveredResourcePools>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 22.0 The URI of the entity.
type string No always 22.0 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 22.0 A reference to an entity or operation associated with this object.
VCloudExtension VCloudExtensionType No always 22.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VMWDiscoveredResourcePool VMWDiscoveredResourcePoolType No 22.0 A reference to a vCenter Resource Pool valid for adoption by a VDC.

Operations

CRUD Operation Description Since Deprecated
read GET /admin/extension/providervdc/{id}/discoverResourcePools Get direct children resource pools of Provider VDC that are valid candidates for creating a new VDC 22.0
read GET /admin/extension/providervdc/{id}/discoverResourcePools/{parent_rp_moref} Get direct children resource pools of {parent_rp_moref} nested under the Provider VDC which are valid candidates for creating a new VDC. 22.0