ENUM
TargetQueryFilterField
Description
Enumerates the types of filters that can be applied when querying for Archival Locations.
link GraphQL Schema definition
- enum TargetQueryFilterField {
- # Names of the additional filters required for archival location
- # details. These fields are enumerated in
- # ArchivalLocationAdditionalFields.
- # Filter archival locations by use case type as defined by
- # ArchivalEntityUseCaseType.
- # Filter archival locations by the ID of the Rubrik cluster.
- # Filter to exclude Cloud Native type archival locations.
- # Filter archival location by the Rubrik CDM ID of the location.
- # Filter archival locations by archival group name. (Note: We do not
- # use archival groups currently).
- @deprecated( reason: "We do not use archival groups currently." )
- # Filter archival locations by archived status. [true] for archived
- # locations, [false] for non-archived locations and [true, false] for
- # all locations.
- @deprecated( reason: "Archived locations should not be queried for." )
- # Filter archival locations that are part of an automatically
- # created Archival Group. (Note: We do not use archival groups
- # currently).
- @deprecated( reason: "We do not use archival groups currently." )
- # Filter archival locations by the RSC-managed ID or the CDM FID.
- # Filter by redundancy for RCV archival location.
- # Filter RSC archival locations by region.
- # Filter archival locations by management scope: globally or locally
- # managed locations.
- # Filter by tier for RCS archival location.
- # Filter archival locations by storage provider type.
- # Filter archival locations by archival group name. (Note: We do not
- # use archival groups currently).
- # Filter archival locations by name.
- # Filter archival locations by status.
- }