View Source GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationNetwork (google_api_migration_center v0.4.0)

Statistical aggregation of network usage.

Attributes

  • egressBps (type: GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationStats.t, default: nil) - Network egress in B/s.
  • ingressBps (type: GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationStats.t, default: nil) - Network ingress in B/s.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationNetwork{
  egressBps:
    GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationStats.t()
    | nil,
  ingressBps:
    GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationStats.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.