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.
  • cloudInstantiationSpec: 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.
  • configuredSlaDomainId: 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.
  • isArrayIntegrationEnabled: Boolean
  • # Supported in v5.0+
  • # Whether to pause or resume backups/archival for this VM.
  • isVmPaused: Boolean
  • # Supported in v5.0+
  • maxNestedVsphereSnapshots: Int
  • # Supported in v5.0+
  • postBackupScript: VirtualMachineScriptDetailInput
  • # Supported in v5.0+
  • postSnapScript: VirtualMachineScriptDetailInput
  • # Supported in v5.0+
  • preBackupScript: VirtualMachineScriptDetailInput
  • # Supported in v5.0+
  • throttlingSettings: VmwareAdaptiveThrottlingSettingsInput
  • # Supported in v5.0+
  • # Consistency level mandated for this VM or empty string for none.
  • snapshotConsistencyMandate: VirtualMachineUpdateSnapshotConsistencyMandate
  • }