INPUT_OBJECT
UpdateVsphereVmNewInput
Description
Supported in v9.2+. Update a virtual machine with specified properties. Use the guestCredential field to update the guest credential for a specified virtual machine.
link GraphQL Schema definition
- input UpdateVsphereVmNewInput {
- # ID of vSphere Virtual Machine.
- String! :
- # Properties to update.
- VirtualMachineUpdateWithSecretV2Input :
- # Uuid of the CDM cluster.
- String :
- }