Class GoogleCloudRunV2VpcAccess
VPC Access settings. For more information on sending traffic to a VPC network, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2VpcAccess : IDirectResponseSchema
Properties
Connector
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}
, where
{project}
can be project id or number. For more information on sending traffic to a VPC network via a
connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
Declaration
[JsonProperty("connector")]
public virtual string Connector { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Egress
Optional. Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
Declaration
[JsonProperty("egress")]
public virtual string Egress { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkInterfaces
Optional. Direct VPC egress settings. Currently only single network interface is supported.
Declaration
[JsonProperty("networkInterfaces")]
public virtual IList<GoogleCloudRunV2NetworkInterface> NetworkInterfaces { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRunV2NetworkInterface> |