OBJECT

VmAppConsistentSpecsInternal

Description

Vm Application Consistency Specs Info

link GraphQL Schema definition

  • type VmAppConsistentSpecsInternal {
  • # Path for the script to be run before taking snapshot.
  • preSnapshotScriptPath: String!
  • # Timeout value in seconds for the pre snapshot script.
  • preScriptTimeoutInSeconds: Int!
  • # Path for the script to be run after taking snapshot.
  • postSnapshotScriptPath: String!
  • # Pre-snapshot script timeout in seconds.
  • postScriptTimeoutInSeconds: Int!
  • # Specifies whether to cancel backup if the pre-snapshot script fails.
  • cancelBackupIfPreScriptFails: Boolean!
  • # Rubrik Backup Service status.
  • rbaStatus: CloudNativeRbaStatusType!
  • }