public sealed class NetworkPeeringConnectionStatusTrafficConfiguration : IMessage<NetworkPeeringConnectionStatusTrafficConfiguration>, IEquatable<NetworkPeeringConnectionStatusTrafficConfiguration>, IDeepCloneable<NetworkPeeringConnectionStatusTrafficConfiguration>, IBufferMessage, IMessage
Implements
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 |