Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::AssetPerformanceData.
Performance data for an asset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#daily_resource_usage_aggregations
def daily_resource_usage_aggregations() -> ::Array<::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation>) — 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.
#daily_resource_usage_aggregations=
def daily_resource_usage_aggregations=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation>) — 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
- (::Array<::Google::Cloud::MigrationCenter::V1::DailyResourceUsageAggregation>) — 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.