ClusterSystemVMsConfigInfo
ClusterSystemVMsConfigInfo
Configuration for System VMs deployment.
Since: vSphere API Release 7.0.3.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"allowedDatastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"notAllowedDatastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"dsTagCategoriesToExclude": [
"string"
],
"deploymentMode": "string"
}
array of
MoRefDatastore
allowedDatastores
Optional
The only datastores which can be used for System VMs deployment.
array of
MoRefDatastore
notAllowedDatastores
Optional
Datastores which cannot be used for System VMs deployment.
array of
string
dsTagCategoriesToExclude
Optional
Tag categories identifying datastores, which cannot be used for System VMs deployment.
string
deploymentMode
Optional
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
Availability
Added in vSphere API Release 7.0.3.0