Show / Hide Table of Contents

Class ProxyConnectionInfo

For display only. Metadata associated with ProxyConnection.

Inheritance
object
ProxyConnectionInfo
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.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ProxyConnectionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NetworkUri

URI of the network where connection is proxied.

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

NewDestinationIp

Destination IP address of a new connection.

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

NewDestinationPort

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

Declaration
[JsonProperty("newDestinationPort")]
public virtual int? NewDestinationPort { get; set; }
Property Value
Type Description
int?

NewSourceIp

Source IP address of a new connection.

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

NewSourcePort

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

Declaration
[JsonProperty("newSourcePort")]
public virtual int? NewSourcePort { get; set; }
Property Value
Type Description
int?

OldDestinationIp

Destination IP address of an original connection

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

OldDestinationPort

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

Declaration
[JsonProperty("oldDestinationPort")]
public virtual int? OldDestinationPort { get; set; }
Property Value
Type Description
int?

OldSourceIp

Source IP address of an original connection.

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

OldSourcePort

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

Declaration
[JsonProperty("oldSourcePort")]
public virtual int? OldSourcePort { get; set; }
Property Value
Type Description
int?

Protocol

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

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

SubnetUri

Uri of proxy subnet.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX