Class NetworkConnection
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class NetworkConnection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalIpAddress
Local IP address.
Declaration
[JsonProperty("localIpAddress")]
public virtual string LocalIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalPort
Local port.
Declaration
[JsonProperty("localPort")]
public virtual int? LocalPort { get; set; }
Property Value
Type | Description |
---|---|
int? |
Pid
Process ID.
Declaration
[JsonProperty("pid")]
public virtual long? Pid { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProcessName
Process or service name.
Declaration
[JsonProperty("processName")]
public virtual string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
string |
Protocol
Connection protocol (e.g. TCP/UDP).
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoteIpAddress
Remote IP address.
Declaration
[JsonProperty("remoteIpAddress")]
public virtual string RemoteIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
RemotePort
Remote port.
Declaration
[JsonProperty("remotePort")]
public virtual int? RemotePort { get; set; }
Property Value
Type | Description |
---|---|
int? |
State
Network connection state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |