View Source GoogleApi.MigrationCenter.V1.Model.NetworkConnection (google_api_migration_center v0.2.0)
Attributes
-
localIpAddress
(type:String.t
, default:nil
) - Local IP address. -
localPort
(type:integer()
, default:nil
) - Local port. -
pid
(type:String.t
, default:nil
) - Process ID. -
processName
(type:String.t
, default:nil
) - Process or service name. -
protocol
(type:String.t
, default:nil
) - Connection protocol (e.g. TCP/UDP). -
remoteIpAddress
(type:String.t
, default:nil
) - Remote IP address. -
remotePort
(type:integer()
, default:nil
) - Remote port. -
state
(type:String.t
, default:nil
) - Network connection state.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.NetworkConnection{ localIpAddress: String.t() | nil, localPort: integer() | nil, pid: String.t() | nil, processName: String.t() | nil, protocol: String.t() | nil, remoteIpAddress: String.t() | nil, remotePort: integer() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.