Show / Hide Table of Contents

Class NetworkPeeringConnectionStatusTrafficConfiguration

Inheritance
object
NetworkPeeringConnectionStatusTrafficConfiguration
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 NetworkPeeringConnectionStatusTrafficConfiguration : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExportCustomRoutesToPeer

Whether custom routes are being exported to the peer network.

Declaration
[JsonProperty("exportCustomRoutesToPeer")]
public virtual bool? ExportCustomRoutesToPeer { get; set; }
Property Value
Type Description
bool?

ExportSubnetRoutesWithPublicIpToPeer

Whether subnet routes with public IP range are being exported to the peer network.

Declaration
[JsonProperty("exportSubnetRoutesWithPublicIpToPeer")]
public virtual bool? ExportSubnetRoutesWithPublicIpToPeer { get; set; }
Property Value
Type Description
bool?

ImportCustomRoutesFromPeer

Whether custom routes is being imported from the peer network.

Declaration
[JsonProperty("importCustomRoutesFromPeer")]
public virtual bool? ImportCustomRoutesFromPeer { get; set; }
Property Value
Type Description
bool?

ImportSubnetRoutesWithPublicIpFromPeer

Whether subnet routes with public IP range are being imported from the peer network.

Declaration
[JsonProperty("importSubnetRoutesWithPublicIpFromPeer")]
public virtual bool? ImportSubnetRoutesWithPublicIpFromPeer { get; set; }
Property Value
Type Description
bool?

StackType

Which IP version(s) of traffic and routes are being imported or exported between peer networks.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX