Class: Google::Cloud::MigrationCenter::V1::AssetPerformanceData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Performance data for an asset.

Instance Attribute Summary collapse

Instance Attribute Details

#daily_resource_usage_aggregations::Array<::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation>

Returns Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

Returns:



2786
2787
2788
2789
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2786

class AssetPerformanceData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end