Googly.CloudStorage.Model.BucketStorageLayoutCustomPlacementConfig (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

t()

@type t() :: %Googly.CloudStorage.Model.BucketStorageLayoutCustomPlacementConfig{
  data_locations: [String.t()] | nil
}