ClusterComputeResourceVcsSlots

ClusterComputeResourceVcsSlots
ClusterComputeResourceVcsSlots

Since: vSphere API Release 7.0.1.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "systemId": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "datastore": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "totalSlots": 0
}
string
systemId
Optional

Identifier of the system for which the slots are applicable.

Since: vSphere API Release 7.0.3.0

host
Required

Reference to an instance of the HostSystem managed object.

datastore
Optional

Datastores on the host which are recommended for vCLS VM deployment.

Since: vSphere API Release 7.0.3.0

integer As int32 As int32
totalSlots
Required

The number of total vSphere Cluster Services slots on the host.

Availability
Added in vSphere API Release 7.0.1.1