Class GoogleCloudRunV2MultiRegionSettings
Settings for multi-region deployment.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2MultiRegionSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MultiRegionId
Optional. System-generated unique id for the multi-region Service.
Declaration
[JsonProperty("multiRegionId")]
public virtual string MultiRegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Regions
Required. List of regions to deploy to, including primary region.
Declaration
[JsonProperty("regions")]
public virtual IList<string> Regions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |