Module: Google::Cloud::Dlp::V2::DiscoveryCloudStorageConditions::CloudStorageObjectAttribute

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

The attribute of an object. See https://cloud.google.com/storage/docs/storage-classes for more information on storage classes.

Constant Summary collapse

CLOUD_STORAGE_OBJECT_ATTRIBUTE_UNSPECIFIED =

Unused.

0
ALL_SUPPORTED_OBJECTS =

Scan objects regardless of the attribute.

1
STANDARD =

Scan objects with the standard storage class.

2
NEARLINE =

Scan objects with the nearline storage class. This will incur retrieval fees.

3
COLDLINE =

Scan objects with the coldline storage class. This will incur retrieval fees.

4
ARCHIVE =

Scan objects with the archive storage class. This will incur retrieval fees.

5
REGIONAL =

Scan objects with the regional storage class.

6
MULTI_REGIONAL =

Scan objects with the multi-regional storage class.

7
DURABLE_REDUCED_AVAILABILITY =

Scan objects with the dual-regional storage class. This will incur retrieval fees.

8