- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class NetworkPeeringConnectionStatusTrafficConfiguration : IMessage<NetworkPeeringConnectionStatusTrafficConfiguration>, IEquatable<NetworkPeeringConnectionStatusTrafficConfiguration>, IDeepCloneable<NetworkPeeringConnectionStatusTrafficConfiguration>, IBufferMessage, IMessageImplements
IMessageNetworkPeeringConnectionStatusTrafficConfiguration, IEquatableNetworkPeeringConnectionStatusTrafficConfiguration, IDeepCloneableNetworkPeeringConnectionStatusTrafficConfiguration, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkPeeringConnectionStatusTrafficConfiguration()
public NetworkPeeringConnectionStatusTrafficConfiguration()NetworkPeeringConnectionStatusTrafficConfiguration(NetworkPeeringConnectionStatusTrafficConfiguration)
public NetworkPeeringConnectionStatusTrafficConfiguration(NetworkPeeringConnectionStatusTrafficConfiguration other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkPeeringConnectionStatusTrafficConfiguration |
Properties
ExportCustomRoutesToPeer
public bool ExportCustomRoutesToPeer { get; set; }Whether custom routes are being exported to the peer network.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ExportSubnetRoutesWithPublicIpToPeer
public bool ExportSubnetRoutesWithPublicIpToPeer { get; set; }Whether subnet routes with public IP ranges are being exported to the peer network.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasExportCustomRoutesToPeer
public bool HasExportCustomRoutesToPeer { get; }Gets whether the "export_custom_routes_to_peer" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasExportSubnetRoutesWithPublicIpToPeer
public bool HasExportSubnetRoutesWithPublicIpToPeer { get; }Gets whether the "export_subnet_routes_with_public_ip_to_peer" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasImportCustomRoutesFromPeer
public bool HasImportCustomRoutesFromPeer { get; }Gets whether the "import_custom_routes_from_peer" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasImportSubnetRoutesWithPublicIpFromPeer
public bool HasImportSubnetRoutesWithPublicIpFromPeer { get; }Gets whether the "import_subnet_routes_with_public_ip_from_peer" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStackType
public bool HasStackType { get; }Gets whether the "stack_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ImportCustomRoutesFromPeer
public bool ImportCustomRoutesFromPeer { get; set; }Whether custom routes are being imported from the peer network.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ImportSubnetRoutesWithPublicIpFromPeer
public bool ImportSubnetRoutesWithPublicIpFromPeer { get; set; }Whether subnet routes with public IP ranges are being imported from the peer network.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
StackType
public string StackType { get; set; }Which IP version(s) of traffic and routes are being imported or exported between peer networks. Check the StackType enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|