INPUT_OBJECT
FilesetTemplatePatchInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input FilesetTemplatePatchInput {
- # Supported in v5.0+
- # Action taken if script fails. Options are "abort", "continue".
- : String
- # Supported in v5.0+
- # Number of seconds after which the script is killed if it has not completed
- # execution.
- : Long
- # Supported in v5.0+
- : [String!]
- # Supported in v5.0+
- : [String!]
- # Fileset options.
- : FilesetOptionsInput
- # Required. Supported in v5.0+
- : String!
- # Supported in v5.0+
- : [String!]
- # Supported in v7.0+
- # Specifies whether this is created by a Kupr Host.
- : Boolean
- # Specifies whether the template was created for Rubrik Security Cloud NAS.
- : Boolean
- # Supported in v5.0+
- : String
- # Supported in v5.0+
- # Operating system type of filesets created by template.
- : FilesetTemplatePatchOperatingSystemType
- # Supported in v5.0+
- # Script to run after backup of this Fileset ends.
- : String
- # Supported in v5.0+
- # Script to run before backup of this Fileset starts.
- : String
- # Supported in v5.0+
- : FilesetTemplatePatchShareType
- # Supported in v9.2+
- # Specifies whether to retry the pre-backup script if the backup fails. If set to
- # true, the pre-backup script will be retried if the backup fails. If set to
- # false, the pre-backup script will not be retried if the backup fails.
- : Boolean
- }