Class: Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.
Instance Attribute Summary collapse
-
#free ⇒ ::Integer
Aggregate value which falls into the "Free" bucket.
-
#used ⇒ ::Integer
Aggregate value which falls into the "Used" bucket.
Instance Attribute Details
#free ⇒ ::Integer
Returns Aggregate value which falls into the "Free" bucket.
3529 3530 3531 3532 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3529 class UtilizationChartData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#used ⇒ ::Integer
Returns Aggregate value which falls into the "Used" bucket.
3529 3530 3531 3532 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3529 class UtilizationChartData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |