Class: Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Disk
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Disk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Statistical aggregation of disk usage.
Instance Attribute Summary collapse
-
#iops ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats
Disk I/O operations per second.
Instance Attribute Details
#iops ⇒ ::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats
Returns Disk I/O operations per second.
2863 2864 2865 2866 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2863 class Disk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |