PvdcComputePolicy

PvdcComputePolicy
PvdcComputePolicy

Definition of PvdcComputePolicy.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "pvdcId": "string",
    "namedVmGroupReferences": [
        {
            "name": "string",
            "id": "string"
        }
    ],
    "namedVmGroups": [
        [
            {
                "name": "string",
                "id": "string"
            }
        ]
    ],
    "logicalVmGroupReferences": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}
string
id
Optional

UUID for pVDC compute policy. This is immutable.

string
name
Required

Display name.

string
description
Optional

description

string
pvdcId
Optional

URN for Provider VDC. If not provided, then this policy is considered Global.

namedVmGroupReferences
Optional

This field cannot be updated and is a read-only field in the client after creation. Deprecated in Api 33.0, this property will be removed in future release.

array
namedVmGroups
Optional

List of list of vmGroups grouped together in a meaningful manner. A group of vmGroups would consist of one functionally equal vmGroup picked from each cluster of the pvdc.

logicalVmGroupReferences
Optional

This field cannot be updated and is a read-only field after creation.