GlobalSpecs
The host level specs that are same for all workload profiles.
Properties
The maximum number of hosts per cluster.Currently only 16 is supported.
Represents reserved CPU cores in the SDDC.
Represents fault tolerance for the SDDC.
Possible values are: AUTO_AUTO , FTT1_RAID1 , FTT1_RAID5 , FTT2_RAID1 , FTT2_RAID6
Currently supported host types are i3,i3en.
Possible values are: I3 , I3EN
Indicates the region, currently not supported.
Represents SDDC size of type large/regular.
Possible values are: AUTO , REGULAR , LARGE
Indicates if this is a Quick sizing or an advanced sizing request.
Possible values are: QUICK , MANUAL
Represents deployment model where two or more hosts are part of the same logical cluster but are located in separate geographical locations.
JSON Example
{
"clusterLimit": 16,
"cpuHeadroom": 15,
"fttAndftm": "enum",
"instanceType": "enum",
"region": "us-west-2",
"sddcApplianceSize": "enum",
"sizingType": "enum",
"stretchedCluster": false
}