WhatIfScenarioWorkloadCapacityLocation

WhatIfScenarioWorkloadCapacityLocation
WhatIfScenarioWorkloadCapacityLocation

Represents a location for adding/removing workload vm or host

JSON Example
{
    "clusterId": "string",
    "dataCenterId": "string",
    "hypotheticalNewClusterConfig": {
        "name": "string",
        "serverDetails": [
            {
                "serverConfig": {
                    "coresCount": 0,
                    "costPerServer": "number",
                    "cpuInGhz": "number",
                    "id": "string",
                    "memoryInGb": "number",
                    "socketsCount": 0,
                    "storageInGb": "number"
                },
                "serverCount": 0
            }
        ]
    }
}
string As uuid As uuid
clusterId
Optional

Cluster id

string As uuid As uuid
dataCenterId
Required

Datacenter id

hypotheticalNewClusterConfig
Optional

Represents a cluster config for a hypothetical new cluster

Property Of