INPUT_OBJECT
VirtualMachineUpdateWithSecretV2Input
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 VirtualMachineUpdateWithSecretV2Input {
- # A boolean value that specifies whether an updatealso refreshes the in-memory
- # cache. When 'false' updates do notrefresh the in-memory cache. When 'true'
- # updates refresh thein-memory cache. By default, this value is 'true'. Setting
- # thisvalue to 'false' reduces the time required for updates to complete.
- Boolean :
- # ID of the guest OS credential to be used for authenticationto the virtual
- # machine guest OS. When this ID is specified, theguestCredential field will be
- # ignored.
- String :
- # Object for guest OS credential definition.
- GuestCredentialDefinitionInput :
- # Object for guest OS credential definition.
- VirtualMachineUpdateInput :
- }