VMCConfigurations
The VM Sizing configurations required for computation.
Properties
The size / type of the SDDC.
Possible values are: REGULAR , LARGE , AUTO
The cloud that is being used to run the workloads.
VMC ON AWS and GCVE supported as of now.
Possible values are: VMC_ON_AWS , GCVE
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
Comprises of the required settings of Instance with host type, setting name and value.
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: ALL , I3 , I3EN , COST_OPT , VE1
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
}
Property Of
VMCSizerRequest
WorkloadProfile