ComputePolicyType

Element:
ComputePolicy
Type:
ComputePolicyType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Compute policy details of the VM.
Since:
33.0
Schema:
vApp.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<ComputePolicy 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"/>
    <VmPlacementPolicy href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <VmPlacementPolicyFinal> xs:boolean </VmPlacementPolicyFinal>
    <VmSizingPolicy href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <VmSizingPolicyFinal> xs:boolean </VmSizingPolicyFinal>
</ComputePolicy>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 33.0 A reference to an entity or operation associated with this object.
VCloudExtension VCloudExtensionType No always 33.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VmPlacementPolicy ReferenceType No always 33.0 VdcComputePolicy that defines VM's placement on a host through various affinity constraints.
VmPlacementPolicyFinal boolean No always 33.0 True indicates that the placement policy cannot be removed from a VM that is instantiated with it. This value defaults to false.
VmSizingPolicy ReferenceType No always 33.0 VdcComputePolicy that defines VM's sizing and resource allocation.
VmSizingPolicyFinal boolean No always 33.0 True indicates that the sizing policy cannot be removed from a VM that is instantiated with it. This value defaults to false.