View Source GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregation (google_api_migration_center v0.3.1)
Usage data aggregation for a single day.
Attributes
-
cpu(type:GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationCPU.t, default:nil) - CPU usage. -
date(type:GoogleApi.MigrationCenter.V1.Model.Date.t, default:nil) - Aggregation date. Day boundaries are at midnight UTC. -
disk(type:GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationDisk.t, default:nil) - Disk usage. -
memory(type:GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationMemory.t, default:nil) - Memory usage. -
network(type:GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationNetwork.t, default:nil) - Network usage.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregation{ cpu: GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationCPU.t() | nil, date: GoogleApi.MigrationCenter.V1.Model.Date.t() | nil, disk: GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationDisk.t() | nil, memory: GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationMemory.t() | nil, network: GoogleApi.MigrationCenter.V1.Model.DailyResourceUsageAggregationNetwork.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.