Googly. CloudStorage. Model. BucketCustomPlacementConfig
(googly_cloud_storage v0.1.0)
Copy Markdown
View Source
The bucket's custom placement configuration for Custom Dual Regions.
Attributes
-
data_locations(type:list(String.t())) - The list of regional locations in which data is placed.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.BucketCustomPlacementConfig{ data_locations: [String.t()] | nil }