Show / Hide Table of Contents

Class VpcAccess

VPC Access settings

Inheritance
object
VpcAccess
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX