VMware Cloud Director API - VdcComputePolicyReferences

VMware Cloud Director API - VdcComputePolicyReferences

VdcComputePolicyReferencesType

Element:
VdcComputePolicyReferences
Type:
VdcComputePolicyReferencesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
References to an organization vDC compute policies.
Since:
31.0
Schema:
vdc.xsd
Media type(s):
application/vnd.vmware.vcloud.vdcComputePolicyReferences+xml
application/vnd.vmware.vcloud.vdcComputePolicyReferences+json
application/vnd.vmware.vcloud.query.references+xml
application/vnd.vmware.vcloud.query.references+json
Extends:
ResourceType
XML Representation:
<VdcComputePolicyReferences xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string" model="xs:string"/>
    <VdcComputePolicyReference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</VdcComputePolicyReferences>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 31.0 A reference to an entity or operation associated with this object.
VCloudExtension VCloudExtensionType No always 31.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VdcComputePolicyReference ReferenceType No none 31.0 Reference to an organization vDC compute policy.

Operations

CRUD Operation Description Since Deprecated
read GET /admin/vdc/{vdcId}/computePolicies Get all vDC compute policies references in given vDC
read GET /vdc/{vdcId}/computePolicies Get all vDC compute policies references in given vDC
update PUT /admin/vdc/{vdcId}/computePolicies Update vDC compute policies given vDC