SddcClusterSpec

SddcClusterSpec
SddcClusterSpec

Spec contains parameters for vCenter Cluster

JSON Example
{
    "datacenterName": "DatacenterName",
    "clusterName": "ClusterName",
    "clusterEvcMode": "One among: INTEL_MEROM, INTEL_PENRYN, INTEL_NEALEM, INTEL_WESTMERE, INTEL_SANDYBRIDGE, INTEL_IVYBRIDGE, INTEL_HASWELL, INTEL_BROADWELL, INTEL_SKYLAKE, INTEL_CASCADELAKE, INTEL_ICELAKE, INTEL_SAPPHIRERAPIDS, AMD_REV_E, AMD_REV_F, AMD_GREYHOUND_NO3DNOW, AMD_GREYHOUND, AMD_BULLDOZER, AMD_PILEDRIVER, AMD_STREAMROLLER, AMD_ZEN, AMD_ZEN2, AMD_ZEN3, AMD_ZEN4",
    "resourcePoolSpecs": [
        {
            "name": "string",
            "type": "string",
            "cpuReservationPercentage": 0,
            "cpuReservationMhz": 0,
            "cpuLimit": 0,
            "cpuReservationExpandable": false,
            "cpuSharesLevel": "string",
            "cpuSharesValue": 0,
            "memoryReservationPercentage": 0,
            "memoryReservationMb": 0,
            "memoryLimit": 0,
            "memoryReservationExpandable": false,
            "memorySharesLevel": "string",
            "memorySharesValue": 0
        }
    ]
}
string
datacenterName
Optional

vCenter Datacenter Name. It will be auto-generated if blank.

string
clusterName
Optional

vCenter Cluster Name. It will be auto-generated if blank.

string
clusterEvcMode
Optional

EVC mode for vSphere cluster, if needed

resourcePoolSpecs
Optional

List of Resource Pool Specification. If blank, no resource pools will be created. However, if you want to create resource pool, Management Resource Pool is required to be present in the list.

Property Of