HostVmciAccessManagerAccessSpec

HostVmciAccessManagerAccessSpec
HostVmciAccessManagerAccessSpec

The AccessSpec data object declares an update to the service access granted to a VM.

The given list of services will either be granted in addition to existing services, replace the existing service or be revoked depending on the mode specified. In case of a revoke, an empty or non-existing service list indicates that all granted services should be revoked.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "services": [
        "string"
    ],
    "mode": "string"
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

array of string
services
Optional

services

string
mode
Required

mode