VirtualMachineCloneSpecTpmProvisionPolicy
VirtualMachineCloneSpecTpmProvisionPolicy
A boxed VirtualMachineCloneSpecTpmProvisionPolicyEnum. To be used in Any placeholders.
Since: vSphere API Release 8.0.0.1
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": "string"
}
_value
Required
TPM provisioning policies used when cloning a VM with a virtual TPM device.
Possible values:
copy
: The virtual TPM is copied.The virtual machine clone will have access to the original virtual machine's TPM secrets.
replace
: The virtual TPM is replaced with a new one.The virtual machine clone will not have access to the original virtual machine's TPM secrets.
Since: vSphere API Release 8.0.0.1
Possible values are : copy, replace,
Availability
Added in vSphere API Release 8.0.0.1