Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.18 KB

FiltersSnapshot.md

File metadata and controls

28 lines (20 loc) · 2.18 KB

FiltersSnapshot

One or more filters.

Properties

Name Type Description Notes
accountAliases List<String> The account aliases of the owners of the snapshots. [optional]
accountIds List<String> The account IDs of the owners of the snapshots. [optional]
descriptions List<String> The descriptions of the snapshots. [optional]
fromCreationDate OffsetDateTime The beginning of the time period, in ISO 8601 date-time format (for example, `2020-06-14T00:00:00.000Z`). [optional]
permissionsToCreateVolumeAccountIds List<String> The account IDs which have permissions to create volumes. [optional]
permissionsToCreateVolumeGlobalPermission Boolean If true, lists all public volumes. If false, lists all private volumes. [optional]
progresses List<Integer> The progresses of the snapshots, as a percentage. [optional]
snapshotIds List<String> The IDs of the snapshots. [optional]
states List<String> The states of the snapshots (`in-queue` | `pending` | `completed` | `error` | `deleting`). [optional]
tagKeys List<String> The keys of the tags associated with the snapshots. [optional]
tagValues List<String> The values of the tags associated with the snapshots. [optional]
tags List<String> The key/value combination of the tags associated with the snapshots, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. [optional]
toCreationDate OffsetDateTime The end of the time period, in ISO 8601 date-time format (for example, `2020-06-30T00:00:00.000Z`). [optional]
volumeIds List<String> The IDs of the volumes used to create the snapshots. [optional]
volumeSizes List<Integer> The sizes of the volumes used to create the snapshots, in gibibytes (GiB). [optional]