VirtualMachineMetadataManagerVmMetadata
VirtualMachineMetadataManagerVmMetadata
VmMetadata is a pair of VM ID and opaque metadata.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vmId": "string",
"metadata": "string"
}
string
vmId
Required
Datastore URL-based ID for VM, for example, "[datastore1] SomeVM/SomeVM.vmx".
string
metadata
Optional
Opaque metadata for the VM identified by vmId.
If no value is supplied, the entry for this VM is removed.