INPUT_OBJECT

AddVmAppConsistentSpecsInput

Description

Input required to add Azure native virtual machine application consistency specifications.

link GraphQL Schema definition

  • input AddVmAppConsistentSpecsInput {
  • # List of virtual machine Rubrik IDs.
  • snappableIds: [UUID!]!
  • # Path of pre snapshot script in VM.
  • preSnapshotScriptPath: String
  • # Timeout (in seconds) for pre snapshot script to run in VM.
  • preSnapshotScriptTimeoutInSeconds: Int
  • # Path of post snapshot script in VM.
  • postSnapshotScriptPath: String
  • # Timeout (in seconds) for post snapshot script to run in VM.
  • postSnapshotScriptTimeoutInSeconds: Int
  • # Specifies whether to cancel backup if pre snapshot script failed to execute on
  • # virtual machine.
  • cancelBackupIfPreScriptFails: Boolean!
  • # Object type for adding Azure native virtual machine application consistency
  • # specifications.
  • objectType: CloudNativeVmAppConsistentObjectType!
  • }

link Require by