GlobalConfig
This object denotes the cluster level specs that would be used by all workload profiles.
Properties
globalConfigDefaults
Optional
The host level defaults that are same for all workload profiles.
globalConfigLimits
Optional
The host level limits that are same for all workload profiles.
JSON Example
{
"globalConfigDefaults": {
"clusterLimit": 16,
"cpuHeadroom": 15,
"fttAndftm": "enum",
"instanceType": "enum",
"region": "us-west-2",
"sddcApplianceSize": "enum",
"sizingType": "enum",
"stretchedCluster": false
},
"globalConfigLimits": {
"cpuHeadRoomLimits": {
"max": 0,
"min": 0,
"units": "string"
},
"fttFtmLimits": "enum",
"sddcApplianceLimits": "enum",
"stretchedClusterLimits": [
"string"
]
}
}