GlobalConfig
GlobalConfig
This object denotes the cluster level specs that would be used by all workload profiles
JSON Example
{
"globalConfigDefaults": {
"region": "us-west-2",
"sizingType": "QUICK",
"instanceType": "I3",
"cpuHeadroom": 15,
"stretchedCluster": true,
"sddcApplianceSize": "AUTO",
"clusterLimit": 16,
"fttAndftm": "AUTO_AUTO",
"htCoreRatio": 1.25
},
"globalConfigLimits": {
"cpuHeadRoomLimits": {
"min": "number",
"max": "number",
"units": "string"
},
"sddcApplianceLimits": [
"AUTO"
],
"stretchedClusterLimits": [
"string"
],
"fttFtmLimits": [
"AUTO_AUTO"
],
"htCoreRatioLimits": {
"min": "number",
"max": "number",
"units": "string"
}
}
}