vcenter resource pool: info
The
info
structure contains information about a resource pool.Representation:
{
"name": "string",
"resource_pools": [
"obj-103",
"obj-103"
]
}
"name": "string",
"resource_pools": [
"obj-103",
"obj-103"
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | Name of the vCenter Server resource pool. |
resource_pools | string[] | Identifiers of the child resource pools contained in this resource pool. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ResourcePool . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ResourcePool . |