Show / Hide Table of Contents

Class BucketStorageLayout.CustomPlacementConfigData

The bucket's custom placement configuration for Custom Dual Regions.

Inheritance
object
BucketStorageLayout.CustomPlacementConfigData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class BucketStorageLayout.CustomPlacementConfigData

Properties

DataLocations

The list of regional locations in which data is placed.

Declaration
[JsonProperty("dataLocations")]
public virtual IList<string> DataLocations { get; set; }
Property Value
Type Description
IList<string>
In this article
Back to top Generated by DocFX