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