Show / Hide Table of Contents

Class ServiceAttachmentTunnelingConfig

Use to configure this PSC connection in tunneling mode. In tunneling mode traffic from consumer to producer will be encapsulated as it crosses the VPC boundary and traffic from producer to consumer will be decapsulated in the same manner.

Inheritance
object
ServiceAttachmentTunnelingConfig
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ServiceAttachmentTunnelingConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncapsulationProfile

Specify the encapsulation protocol and what metadata to include in incoming encapsulated packet headers.

Declaration
[JsonProperty("encapsulationProfile")]
public virtual string EncapsulationProfile { get; set; }
Property Value
Type Description
string

RoutingMode

How this Service Attachment will treat traffic sent to the tunnel_ip, destined for the consumer network.

Declaration
[JsonProperty("routingMode")]
public virtual string RoutingMode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX