VirtualMachinePropertyRelation

VirtualMachinePropertyRelation
VirtualMachinePropertyRelation

Data object which represents relations between a property and its target value and the required values of any other properties in the vm configuration so that the target value can be set.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": {
        "_typeName": "string",
        "name": "string",
        "val": {
            "_typeName": "string"
        }
    },
    "relations": [
        {
            "_typeName": "string",
            "name": "string",
            "val": {
                "_typeName": "string"
            }
        }
    ]
}
key
Required

The DynamicProperty data object type represents a name-value pair.

relations
Optional

The related properties and their values