INPUT_OBJECT
FilesetTemplateCreateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input FilesetTemplateCreateInput {
- # 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!] : [
- # Supported in v5.0+
- # Boolean value that determines whether the fileset is array-enabled. Set to true
- # to indicate that the fileset is array-enabled. Set to false to indicate that the
- # fileset is not array-enabled. When a fileset is array-enabled, the includes must
- # be top-level LVM logical volume mount points.
- Boolean :
- # 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 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 v9.3
- # 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 :
- # Supported in v5.0+
- # Operating system type of filesets created by template.
- FilesetTemplateCreateOperatingSystemType :
- # Supported in v5.0+
- FilesetTemplateCreateShareType :
- # Fileset options.
- FilesetOptionsInput :
- # Required. Supported in v5.0+
- String!]! : [
- # Required. Supported in v5.0+
- String! :
- }