INPUT_OBJECT

NutanixVmPatchInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input NutanixVmPatchInput {
  • # Assigns this virtual machine 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+
  • # A list of virtual disks IDs to exclude from the backup for this virtual machine.
  • excludedDiskIds: [String!]
  • # Supported in v5.0+
  • # v5.0-v5.3: Whether backup/archival/replication is paused for this VM
  • # v6.0-v8.0: Whether backup/archival/replication is paused for this VM.
  • # v8.1+: Specifies whether backup/archival/replication is paused for this virtual
  • # machine.
  • isPaused: Boolean
  • # Supported in v6.0+
  • postBackupScript: NutanixVirtualMachineScriptDetailInput
  • # Supported in v6.0+
  • postSnapScript: NutanixVirtualMachineScriptDetailInput
  • # Supported in v6.0+
  • preBackupScript: NutanixVirtualMachineScriptDetailInput
  • # Supported in v5.0+
  • # v5.0-v8.0: Consistency level mandated for this VM.
  • # v8.1+: Consistency level mandated for this virtual machine.
  • snapshotConsistencyMandate: CdmNutanixSnapshotConsistencyMandate
  • }