INPUT_OBJECT
AddVmAppConsistentSpecsInput
Description
Input required to add Azure native virtual machine application consistency specifications.
link GraphQL Schema definition
- input AddVmAppConsistentSpecsInput {
- # Specifies whether to cancel backup if pre snapshot script failed to execute on
- # virtual machine.
- : Boolean!
- # Object type for adding Azure native virtual machine application consistency
- # specifications.
- : CloudNativeVmAppConsistentObjectType!
- # Path of post snapshot script in VM.
- : String
- # Timeout (in seconds) for post snapshot script to run in VM.
- : Int
- # Path of pre snapshot script in VM.
- : String
- # Timeout (in seconds) for pre snapshot script to run in VM.
- : Int
- # List of virtual machine Rubrik IDs.
- : [UUID!]!
- }