class Google::Apis::StorageV1::Bucket::CustomPlacementConfig
The bucket's custom placement configuration for Custom Dual Regions.
Attributes
data_locations[RW]
The list of regional locations in which data is placed. Corresponds to the JSON property `dataLocations` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/storage_v1/classes.rb, line 349 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/storage_v1/classes.rb, line 354 def update!(**args) @data_locations = args[:data_locations] if args.key?(:data_locations) end