Class: Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation::Stats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Statistical aggregation of samples for a single resource usage.
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Average usage value.
-
#median ⇒ ::Float
Median usage value.
-
#nintey_fifth_percentile ⇒ ::Float
95th percentile usage value.
-
#peak ⇒ ::Float
Peak usage value.
Instance Attribute Details
#average ⇒ ::Float
Returns Average usage value.
2824 2825 2826 2827 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2824 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#median ⇒ ::Float
Returns Median usage value.
2824 2825 2826 2827 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2824 class Stats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |