Cloud Storage v2 API - Class StorageLayout.Types.CustomPlacementConfig (1.0.0-beta04)

public sealed class StorageLayout.Types.CustomPlacementConfig : IMessage<StorageLayout.Types.CustomPlacementConfig>, IEquatable<StorageLayout.Types.CustomPlacementConfig>, IDeepCloneable<StorageLayout.Types.CustomPlacementConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class StorageLayout.Types.CustomPlacementConfig.

Configuration for Custom Dual Regions. It should specify precisely two eligible regions within the same Multiregion. More information on regions may be found [https://cloud.google.com/storage/docs/locations][here].

Inheritance

object > StorageLayout.Types.CustomPlacementConfig

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

CustomPlacementConfig()

public CustomPlacementConfig()

CustomPlacementConfig(CustomPlacementConfig)

public CustomPlacementConfig(StorageLayout.Types.CustomPlacementConfig other)
Parameter
Name Description
other StorageLayoutTypesCustomPlacementConfig

Properties

DataLocations

public RepeatedField<string> DataLocations { get; }

List of locations to use for data placement.

Property Value
Type Description
RepeatedFieldstring