INPUT_OBJECT
FilesetCreateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input FilesetCreateInput {
- # Supported in v5.0+
- String :
- # Supported in v5.0+
- # v5.0: A Boolean value that determines whether to take a direct archive backup.
- # When 'true,' performs a direct archive backup. When 'false,' performs a normal
- # backup.
- # v5.1+: A Boolean value that determines whether to take a direct archive backup.
- # When 'true,' performs a direct archive backup. When 'false,' performs a normal
- # backup. If not specified, this defaults to false.
- Boolean :
- # Supported in v5.0+
- String :
- # Supported in v5.1+
- # A Boolean value that determines whether to recognize and dedupe hardlinks in a
- # fileset. When 'true,' performs a hardlink deduplication. When 'false,' performs
- # a normal backup that treats hardlinks as normal files. If not specified, this
- # defaults to false.
- Boolean :
- # Supported in v5.1+
- # A Boolean value that determines whether to resolve symlink in a fileset. When
- # 'true,' performs a symlink resolution. When 'false,' performs no symlink
- # resolution. If not specified, this defaults to false.
- Boolean :
- # Supported in v5.2+
- # ID of the failover cluster app.
- String :
- # Supported in v5.3+
- # Rubrik CDM uses a prefix match to select the latest SnapMirror snapshot that
- # matches this value during a full backup of a SnapMirror destination share.
- String :
- # Supported in v5.3+
- # Rubrik CDM selects the latest SnapMirror snapshot that matches this value using
- # a prefix match during an incremental backup of a SnapMirror destination share.
- String :
- # Specifies whether the fileset is managed by Rubrik Security Cloud.
- Boolean :
- # Specifies whether the fileset is created in Rubrik Security Cloud and is based
- # on the new NAS model.
- Boolean :
- # Supported in v5.0+
- FilesetArraySpecInput :
- # Required. Supported in v5.0+
- String! :
- }