Resource Pool Get Config
Configuration of this resource pool.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case ResourcePool/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
OK
"ResourceConfigSpec Object"
Reference to the entity with this resource specification: either a VirtualMachine or a ResourcePool.
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.
Timestamp when the resources were last modified.
This is ignored when the object is used to update a configuration.
Resource allocation for CPU.
Resource allocation for memory.
Specifies the scaling behavior of the shares of all descendant resource pools under a given resource pool.
See ResourceConfigSpecScaleSharesBehaviorEnum for possible values. If any scaling behavior other than disabled is specified, the system will scale the CPU and memory shares allocated to each descendant resource pool with the total shares of all powered on virtual machines under each respective pool. The system will also use the SharesInfo set on each descendant resource pool as a multiplier for the scale. If a resource pool's shares are already scalable through the ResourceConfigSpec.scaleDescendantsShares setting on an ancestor resource pool, the system will not allow ResourceConfigSpec.scaleDescendantsShares to be set on the resource pool. The ResourcePoolRuntimeInfo.sharesScalable property indicates whether or not a resource pool's shares are scalable. This property does not apply to virtual machines.
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/ResourcePool/{moId}/config