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

VMCConfigurations

The VM Sizing configurations required for computation.


Properties

applianceSize Optional

The size / type of the SDDC.

Possible values are: REGULARLARGEAUTO


cloudType Optional

The cloud that is being used to run the workloads.

VMC ON AWS and GCVE supported as of now.

Possible values are: VMC_ON_AWSGCVE


clusterType Optional

SAZ: Single Availability Zone.

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

Possible values are: SAZMAZALL


number as double
computeOvercommitFactor Optional

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


boolean
includeManagementVMs Optional

array of InstanceSetting
instanceSettingsList Optional

Comprises of the required settings of Instance with host type, setting name and value.


number as double
memoryOvercommitFactor Optional

sddcHostType Optional

SDDC host type to serve the workloads.

I3 is a high I/O compute instance

I3EN is a dense SSD storage instance

COST_OPT is optimized combination of I3 and I3EN

VE1 is a highly performant instance

Possible values are: ALLI3I3ENCOST_OPTVE1


number as double
storageThresholdFactor Optional

vmOutlierLimits Optional

Limits considered for each cluster post which a VM is considered a outlier for a particular cluster.

JSON Example

{
    "computeOvercommitFactor": 4,
    "includeManagementVMs": true,
    "memoryOvercommitFactor": 1,
    "storageThresholdFactor": 1
}
[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer
Property Of

VMCSizerRequest
WorkloadProfile
What's changed in v5?

INTRODUCED


Feedback

Was this page helpful?