OBJECT
VmAppConsistentSpecsInternal
Description
Vm Application Consistency Specs Info
link GraphQL Schema definition
- type VmAppConsistentSpecsInternal {
- # Specifies whether to cancel backup if the pre-snapshot script fails.
- : Boolean!
- # Pre-snapshot script timeout in seconds.
- : Int!
- # Path for the script to be run after taking snapshot.
- : String!
- # Timeout value in seconds for the pre snapshot script.
- : Int!
- # Path for the script to be run before taking snapshot.
- : String!
- # Rubrik Backup Service status.
- : CloudNativeRbaStatusType!
- }