Class Bucket.CustomPlacementConfigData
The bucket's custom placement configuration for Custom Dual Regions.
Inheritance
System.Object
Bucket.CustomPlacementConfigData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class 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 |
---|---|
System.Collections.Generic.IList<System.String> |