Data Object - ResourceConfigSpec(vim.ResourceConfigSpec)

Property of
HostSystemResourceInfo, OvfResourceMap, ResourcePool, ResourcePoolSummary, VAppCloneSpec, VAppCloneSpecResourceMap, VirtualAppImportSpec, VirtualMachine
Parameter to
CreateResourcePool, CreateVApp, UpdateChildResourceConfiguration, UpdateConfig
Extends
DynamicData
See also
ManagedEntity, ResourceAllocationInfo

Data Object Description

This data object type is a specification for a set of resources allocated to a virtual machine or a resource pool.

Properties

Name Type Description
changeVersion*xsd:string

The changeVersion is a unique identifier for a given version of the configuration. Each change to the configuration will update this value. This is typically implemented as an ever increasing count or a time-stamp. However, a client should always treat this as an opaque string.

If specified when updating the resource config., the changes will only be applied if the current changeVersion matches the specified changeVersion. This field can be used to guard against updates that has happened between the configInfo was read and until it is applied.

cpuAllocationResourceAllocationInfo

Resource allocation for CPU.
entity*ManagedObjectReference
to a ManagedEntity

Reference to the entity with this resource specification: either a VirtualMachine or a ResourcePool.
lastModified*xsd:dateTime

Timestamp when the resources were last modified. This is ignored when the object is used to update a configuration.
memoryAllocationResourceAllocationInfo

Resource allocation for memory.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition