PlacementRankResult

PlacementRankResult
PlacementRankResult

PlacementRankResult is the class of the result returned by the vCenter Server for rankClustersForPlacement method

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "candidate": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "reservedSpaceMB": 0,
    "usedSpaceMB": 0,
    "totalSpaceMB": 0,
    "utilization": "number",
    "faults": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ]
}
string
key
Required

Reference key for the placement request

candidate
Required

Reference to an instance of the ClusterComputeResource managed object.

integer As int64 As int64
reservedSpaceMB
Required

The reserved storage space for the candidate cluster after placement The unit is in Megabytes

integer As int64 As int64
usedSpaceMB
Required

The expected space usage for the candidate cluster after placement The unit is in Megabytes

integer As int64 As int64
totalSpaceMB
Required

The expected total space for the candidate cluster after placement The unit is in Megabytes

number As double As double
utilization
Required

The expected aggregate resource utilization for the candidate cluster after placement The unit is a fractional value between 0 and 1.

faults
Optional

Information about why a given cluster is not recommended for placement