ClusterInfo
This object denotes the cluster level info that would be used by all workload profiles.
Properties
Name of the cluster described with for the workload.
SAZ: Single Availability Zone.
MAZ: Multi Availability Zone. [ Not Applicable for GCVE CloudType ]
Possible values are: SAZ , MAZ , ALL
The failure to tolerate and fault tolerance mode FTT1_RAID1 tolerates 1 host failure and uses RAID 1
FTT1_RAID5 tolerates 1 host failure and uses RAID 5 [ Not Applicable for GCVE CloudType ]
FTT2_RAID1 tolerates 2 hosts failure and uses RAID 1
FTT2_RAID6 tolerates 2 hosts failure and uses RAID 6 [ Not Applicable for GCVE CloudType ]
Possible values are: AUTO_AUTO , FTT1_RAID1 , FTT1_RAID5 , FTT2_RAID1 , FTT2_RAID6
Total number of host for each cluster.
Total VMs for each cluster.
Type of recommendation to be done for VM.
Possible values are: CPU , MEMORY , STORAGE
JSON Example
{
"allottedMemory": 80,
"allottedStorage": 80,
"allottedvCpus": 90,
"clusterName": "cluster-123",
"numberOfHosts": 10,
"numberOfVMs": 100,
"totalCpuCapacity": 100,
"totalMemoryCapacity": 100,
"totalStorageCapacity": 100,
"usedMemory": 100
}
Property Of
ClusterDetails