DailyResourceUsageAggregation(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Usage data aggregation for a single day.
Attributes |
|
---|---|
Name | Description |
date |
google.type.date_pb2.Date
Aggregation date. Day boundaries are at midnight UTC. |
cpu |
google.cloud.migrationcenter_v1.types.DailyResourceUsageAggregation.CPU
CPU usage. |
memory |
google.cloud.migrationcenter_v1.types.DailyResourceUsageAggregation.Memory
Memory usage. |
network |
google.cloud.migrationcenter_v1.types.DailyResourceUsageAggregation.Network
Network usage. |
disk |
google.cloud.migrationcenter_v1.types.DailyResourceUsageAggregation.Disk
Disk usage. |
Classes
CPU
CPU(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Statistical aggregation of CPU usage.
Disk
Disk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Statistical aggregation of disk usage.
Memory
Memory(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Statistical aggregation of memory usage.
Network
Network(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Statistical aggregation of network usage.
Stats
Stats(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Statistical aggregation of samples for a single resource usage.