View Source GoogleApi.MigrationCenter.V1.Model.RuntimeNetworkInfo (google_api_migration_center v0.2.0)

Runtime networking information.

Attributes

  • connections (type: GoogleApi.MigrationCenter.V1.Model.NetworkConnectionList.t, default: nil) - Network connections.
  • scanTime (type: DateTime.t, default: nil) - Time of the last network scan.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.RuntimeNetworkInfo{
  connections:
    GoogleApi.MigrationCenter.V1.Model.NetworkConnectionList.t() | nil,
  scanTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.