VirtualDeviceURIBackingOption

VirtualDeviceURIBackingOption
VirtualDeviceURIBackingOption

The VirtualDeviceURIBackingOption data object type describes network communication options for virtual devices.

When establishing a connection with a remote system on the network, the virtual machine can act as a server or a client. When the virtual machine acts as a server, it accepts a connection. When the virtual machine acts as a client, it initiates the connection.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "directions": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "choiceInfo": [
            {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            }
        ],
        "defaultIndex": 0
    }
}
directions
Required

The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.