Method: Google::Cloud::Storage::Bucket::Lifecycle::Rule#matches_storage_class
- Defined in:
-
lib/google/cloud/storage/bucket/lifecycle.rb,
lib/google/cloud/storage/bucket/lifecycle.rb
Files having any of the
storage classes specified by this condition will be matched.
Values include STANDARD
, NEARLINE
, COLDLINE
, and ARCHIVE
.
REGIONAL
, MULTI_REGIONAL
, and DURABLE_REDUCED_AVAILABILITY
are supported as legacy storage classes.
437 438 439 |
# File 'lib/google/cloud/storage/bucket/lifecycle.rb', line 437 def matches_storage_class @matches_storage_class end |