SddcInformation
Properties
The minimum number of hosts per cluster.
The ftt and ftm type chosen or selected by the customer.
Possible values are: AUTO_AUTO , FTT1_RAID1 , FTT1_RAID5 , FTT2_RAID1 , FTT2_RAID6
The instance type recommended.
The minimum number of clusters needed to accomodate all the hosts.
The node size recommended.
The total provisioned cores on the target cluster.
The total provisioned memory on the target cluster.
The total provisioned storage on the target cluster.
The recommendation type.
The sddcType - regular or large considered for this recommendation.
Indicates if this recommendation is for a stretched or a normal cluster.
JSON Example
{
"clusterLimit": 0,
"fttAndftm": "enum",
"instanceType": "string",
"minNumberOfClusters": 0,
"nodesSize": 0,
"provisionedCores": 0,
"provisionedMemory": {
"description": "string",
"units": "GB",
"value": 200
},
"provisionedStorage": {
"description": "string",
"units": "GB",
"value": 200
},
"recommendationType": "string",
"sddcType": "string",
"stretchedCluster": false
}