INPUT_OBJECT
FilesetUpdateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input FilesetUpdateInput {
- # Supported in v5.0+
- # v5.0-v5.1: Assign Fileset to SLA domain
- # v5.2+: Assign Fileset to SLA domain. Existing snapshots of the object will be
- # retained with the configuration of specified SLA Domain.
- String :
- # Supported in v5.2+
- # Whether to force a full on the whole fileset or certain partitions of the
- # fileset. If this is set to true and no partitionIds are provided, then a full
- # will be forced on the whole fileset. If set to true and partitionIds are
- # provided, then we will force a full on only those partitions.
- Boolean :
- # Supported in v5.2+
- # Assign partition ids to set the force full. In order for this to be valid input,
- # forceFull must be set to true.
- Int!] : [
- # 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 :
- }