ClusterSystemVMsConfigInfo
Deprecated as of vSphere 9.0 with no replacement. In a future release of vSphere, the vCLS functionality will be disabled, vCLS system VMs will be deleted, and vCLS APIs will be removed.
Configuration for System VMs deployment.
Since: vSphere API Release 7.0.3.0
{
"_typeName": "string",
"allowedDatastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"notAllowedDatastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"dsTagCategoriesToExclude": [
"string"
],
"deploymentMode": "string"
}
The only datastores which can be used for System VMs deployment.
Datastores which cannot be used for System VMs deployment.
Tag categories identifying datastores, which cannot be used for System VMs deployment.
The System VM deployment mode for vSphere clusters.
Supported values are enumerated by the DeploymentMode type. An unset value implies SYSTEM_MANAGED, unless the cluster is put in "Retreat Mode".
Since: vSphere API Release 8.0.2.0