public sealed class ProxyConnectionInfo : IMessage<ProxyConnectionInfo>, IEquatable<ProxyConnectionInfo>, IDeepCloneable<ProxyConnectionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class ProxyConnectionInfo.
For display only. Metadata associated with ProxyConnection.
Implements
IMessageProxyConnectionInfo, IEquatableProxyConnectionInfo, IDeepCloneableProxyConnectionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ProxyConnectionInfo()
public ProxyConnectionInfo()
ProxyConnectionInfo(ProxyConnectionInfo)
public ProxyConnectionInfo(ProxyConnectionInfo other)
Parameter | |
---|---|
Name | Description |
other | ProxyConnectionInfo |
Properties
NetworkUri
public string NetworkUri { get; set; }
URI of the network where connection is proxied.
Property Value | |
---|---|
Type | Description |
string |
NewDestinationIp
public string NewDestinationIp { get; set; }
Destination IP address of a new connection.
Property Value | |
---|---|
Type | Description |
string |
NewDestinationPort
public int NewDestinationPort { get; set; }
Destination port of a new connection. Only valid when protocol is TCP or UDP.
Property Value | |
---|---|
Type | Description |
int |
NewSourceIp
public string NewSourceIp { get; set; }
Source IP address of a new connection.
Property Value | |
---|---|
Type | Description |
string |
NewSourcePort
public int NewSourcePort { get; set; }
Source port of a new connection. Only valid when protocol is TCP or UDP.
Property Value | |
---|---|
Type | Description |
int |
OldDestinationIp
public string OldDestinationIp { get; set; }
Destination IP address of an original connection
Property Value | |
---|---|
Type | Description |
string |
OldDestinationPort
public int OldDestinationPort { get; set; }
Destination port of an original connection. Only valid when protocol is TCP or UDP.
Property Value | |
---|---|
Type | Description |
int |
OldSourceIp
public string OldSourceIp { get; set; }
Source IP address of an original connection.
Property Value | |
---|---|
Type | Description |
string |
OldSourcePort
public int OldSourcePort { get; set; }
Source port of an original connection. Only valid when protocol is TCP or UDP.
Property Value | |
---|---|
Type | Description |
int |
Protocol
public string Protocol { get; set; }
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
Property Value | |
---|---|
Type | Description |
string |
SubnetUri
public string SubnetUri { get; set; }
Uri of proxy subnet.
Property Value | |
---|---|
Type | Description |
string |