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.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |