Class VpcAccess
VPC Access settings
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class VpcAccess : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkInterfaces
The Direct VPC configuration. Currently only single network interface is supported.
Declaration
[JsonProperty("networkInterfaces")]
public virtual IList<VpcNetworkInterface> NetworkInterfaces { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<VpcNetworkInterface> |
VpcEgress
The traffic egress setting for the VPC network interface, controlling what traffic is diverted through it.
Declaration
[JsonProperty("vpcEgress")]
public virtual string VpcEgress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |