INPUT_OBJECT
VirtualMachineUpdateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input VirtualMachineUpdateInput {
- # Supported in v5.0+
- # Cloud instantiation specification for the selected virtual machine.
- : CloudInstantiationSpecInput
- # Supported in v5.0+
- # v5.0-v5.1: Assign this VM to the given SLA domain.
- # v5.2+: Assign this VM to the given SLA domain. Existing snapshots of the object
- # will be retained with the configuration of specified SLA Domain.
- : String
- # Supported in v5.0+
- # User setting to dictate whether to use storage array snaphots for ingest. This
- # setting only makes sense for VMs where array based ingest is possible.
- : Boolean
- # Supported in v5.0+
- # Whether to pause or resume backups/archival for this VM.
- : Boolean
- # Supported in v5.0+
- : Int
- # Supported in v9.2+
- # The multinode backup flag for the virtual machine is either ENABLED, DISABLED,
- # or UNDEFINED.
- : MultiNodeBackupMode
- # Supported in v5.0+
- : VirtualMachineScriptDetailInput
- # Supported in v5.0+
- : VirtualMachineScriptDetailInput
- # Supported in v5.0+
- : VirtualMachineScriptDetailInput
- # Supported in v5.0+
- # Consistency level mandated for this VM or empty string for none.
- : VirtualMachineUpdateSnapshotConsistencyMandate
- # Supported in v5.0+
- : VmwareAdaptiveThrottlingSettingsInput
- }