Network Management v1 API - Class ProxyConnectionInfo (2.9.0)

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.

Inheritance

object > ProxyConnectionInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ProxyConnectionInfo()

public ProxyConnectionInfo()

ProxyConnectionInfo(ProxyConnectionInfo)

public ProxyConnectionInfo(ProxyConnectionInfo other)
Parameter
NameDescription
otherProxyConnectionInfo

Properties

NetworkUri

public string NetworkUri { get; set; }

URI of the network where connection is proxied.

Property Value
TypeDescription
string

NewDestinationIp

public string NewDestinationIp { get; set; }

Destination IP address of a new connection.

Property Value
TypeDescription
string

NewDestinationPort

public int NewDestinationPort { get; set; }

Destination port of a new connection. Only valid when protocol is TCP or UDP.

Property Value
TypeDescription
int

NewSourceIp

public string NewSourceIp { get; set; }

Source IP address of a new connection.

Property Value
TypeDescription
string

NewSourcePort

public int NewSourcePort { get; set; }

Source port of a new connection. Only valid when protocol is TCP or UDP.

Property Value
TypeDescription
int

OldDestinationIp

public string OldDestinationIp { get; set; }

Destination IP address of an original connection

Property Value
TypeDescription
string

OldDestinationPort

public int OldDestinationPort { get; set; }

Destination port of an original connection. Only valid when protocol is TCP or UDP.

Property Value
TypeDescription
int

OldSourceIp

public string OldSourceIp { get; set; }

Source IP address of an original connection.

Property Value
TypeDescription
string

OldSourcePort

public int OldSourcePort { get; set; }

Source port of an original connection. Only valid when protocol is TCP or UDP.

Property Value
TypeDescription
int

Protocol

public string Protocol { get; set; }

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

Property Value
TypeDescription
string

SubnetUri

public string SubnetUri { get; set; }

Uri of proxy subnet.

Property Value
TypeDescription
string