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
Virtual machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Modify
auth
Required
The guest authentication data.
keyName
Required
The path to the registry key to be created.
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.