Googly.CloudStorage.Model.RelocateBucketRequestDestinationCustomPlacementConfig (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The bucket's new custom placement configuration if relocating to a Custom Dual Region.

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.RelocateBucketRequestDestinationCustomPlacementConfig{
    data_locations: [String.t()] | nil
  }