Class: Google::Cloud::MigrationCenter::V1::ReportSummary::UtilizationChartData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#free::Integer

Returns Aggregate value which falls into the "Free" bucket.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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