[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer

ClusterInfo

This object denotes the cluster level info that would be used by all workload profiles.


Properties

number as double
allottedMemory Optional

number as double
allottedStorage Optional

number as double
allottedvCpus Optional

string
clusterName Optional

Name of the cluster described with for the workload.


clusterType Optional

SAZ: Single Availability Zone.

MAZ: Multi Availability Zone. [ Not Applicable for GCVE CloudType ]

Possible values are: SAZMAZALL


fttFtmType Optional

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_AUTOFTT1_RAID1FTT1_RAID5FTT2_RAID1FTT2_RAID6


array of HostInfo
hostList Optional

integer
numberOfHosts Optional

Total number of host for each cluster.


integer
numberOfVMs Optional

Total VMs for each cluster.


recommendationType Optional

Type of recommendation to be done for VM.

Possible values are: CPUMEMORYSTORAGE


number as double
totalCpuCapacity Optional

number as double
totalMemoryCapacity Optional

number as double
totalStorageCapacity Optional

number as double
usedMemory Optional

JSON Example

{
    "allottedMemory": 80,
    "allottedStorage": 80,
    "allottedvCpus": 90,
    "clusterName": "cluster-123",
    "numberOfHosts": 10,
    "numberOfVMs": 100,
    "totalCpuCapacity": 100,
    "totalMemoryCapacity": 100,
    "totalStorageCapacity": 100,
    "usedMemory": 100
}
[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer
Property Of

ClusterDetails
What's changed in v5?

INTRODUCED


Feedback

Was this page helpful?