CreateRegistryKeyInGuestRequestType

CreateRegistryKeyInGuestRequestType
CreateRegistryKeyInGuestRequestType

The parameters of CreateRegistryKeyInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "keyName": {
        "_typeName": "string",
        "registryPath": "string",
        "wowBitness": "string"
    },
    "isVolatile": false,
    "classType": "string"
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

keyName
Required

This describes the registry key name.

boolean
isVolatile
Required

If true, the key is created in memory and is not preserved across system reboot. Otherwise, it shall persist in the file system.

string
classType
Optional

User defined class type for this key. May be omitted.