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",
"clusterType": "SAZ",
"fttFtmType": "AUTO_AUTO",
"hostList": [
{
"allottedMemory": 90,
"allottedvCpus": 90,
"hostType": "i3",
"numberOfVms": 1000,
"totalCpuCapacity": 100,
"totalMemoryCapacity": 100,
"usedMemoryCapacity": 70,
"vmList": [
{
"vmComputeInfo": {
"utilizationRatio": 30,
"vCpu": 4,
"vCpuOverall": 4,
"vCpuPerCore": 1
},
"vmGroupId": "vm-gp-123",
"vmId": "vm-123",
"vmMemoryInfo": {
"ramOverhead": 70,
"utilizationRatio": 100,
"vRam": 4,
"vRamConsumed": 3
},
"vmName": "oracleVM",
"vmState": "RUNNING",
"vmStorageInfo": {
"readIOPS": 100,
"vmdkTotal": 200,
"vmdkUsed": 140,
"writeIOPS": 30
}
}
]
}
],
"numberOfHosts": 10,
"numberOfVMs": 100,
"recommendationType": "CPU",
"totalCpuCapacity": 100,
"totalMemoryCapacity": 100,
"totalStorageCapacity": 100,
"usedMemory": 100
}
Property Of
ClusterDetails