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].
Implements
IMessageStorageLayoutTypesCustomPlacementConfig, IEquatableStorageLayoutTypesCustomPlacementConfig, IDeepCloneableStorageLayoutTypesCustomPlacementConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
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 |