ENUM
SnapshotQueryFilterField
Description
Filters to query snapshots.
link GraphQL Schema definition
- enum SnapshotQueryFilterField {
- # A comma-separated list of archival location IDs. Returns snapshots from
- # all archival locations corresponding to the specified IDs.
- # Returns all AWS EBS snapshots from the specified AWS account.
- # Returns all AWS EC2 snapshots from the specified AWS account.
- # When true, returns snapshots that are not anomalous.
- # When true, returns snapshots that are not quarantined.
- # When true, returns snapshots for which index files are present,
- # i.e. either the index storage path is present or there have been indexing
- # attempts on the snapshot.
- # Note: In case of cloud native indexing failures(indexing attempts > 0),
- # some indexing status log files are stored at the location where index
- # files are usually stored.
- # When true, returns unGCed snapshots (may/may not have expiry hint time
- # set) or snapshots that have unexpired archived snapshots.
- # When false, returns GCed snapshots that do not have any unexpired
- # archived snapshots.
- # Note that, in either case, it only returns source snapshots.
- # When the value is true, returns snapshots with one or more unexpired
- # archived snapshots.
- # When the value is true, this filter returns snapshots with one or more
- # unexpired replicas.
- # Returns the entries where value of lock_end_time column is null or
- # is less than the the provided time in the field time.
- # Does not return AppFlows-related details for the snapshots.
- # When true, this filter returns the snapshots created as a result of
- # archiving source snapshots. When false, the filter returns snapshots
- # that were not created due to archiving.
- # When the value is true, this filter returns snapshots that are archived.
- # When true, returns snapshots that are deleted from source.
- # When true, returns snapshots that have been deleted, else
- # returns all non-deleted snapshots (may/may not be expired).
- # When true, this returns snapshots that have been indexed, else
- # returns snapshots that have not been indexed.
- # When true, returns snapshots that have been placed on legal
- # hold, else return all snapshots which are not legally held.
- # When true, returns source snapshots that are not globally expired
- # i.e. snapshot is unexpired on source or has an unexpired replica/archival
- # copy, else returns globally expired source snapshots.
- # When true, returns snapshots that have been replicated.
- # When false, returns snapshots which have not been replicated.
- # When true, returns incremental snapshots of SAP HANA
- # workload. When false, returns full snapshots.
- # When true, returns snapshots that were skipped for
- # replication. When false, returns snapshots which were not skipped.
- # When the filter text list is provided, returns all on-demand snapshots
- # that are assigned any of the given SLA Domain IDs.
- # Note: text field will not be used for this filter.
- # Returns all AWS RDS snapshots from the specified AWS account.
- # List of protectable object types. When this list is configured with
- # object types, it returns snapshots of that type.
- # Field to filter based on snapshot customization.
- # Returns snapshots for which the snapshot_status field is in
- # the specified state. This is a text field.
- # Field to filter based on snapshot types. Snapshot types can only
- # be on-demand or scheduled.
- }