ReservationRecommendationDetailsUsageProperties Class

Details about historical usage data that has been used for computing the recommendation.

Constructor

ReservationRecommendationDetailsUsageProperties(*args: Any, **kwargs: Any)

Variables

Name Description
first_consumption_date
str

The first usage date used for looking back for computing the recommendation.

last_consumption_date
str

The last usage date used for looking back for computing the recommendation.

look_back_unit_type
str

What the usage data values represent ex: virtual machine instance.

usage_data

The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate.

usage_grain
str

The grain of the values represented in the usage data ex: hourly.

Attributes

first_consumption_date

The first usage date used for looking back for computing the recommendation.

first_consumption_date: str | None

last_consumption_date

The last usage date used for looking back for computing the recommendation.

last_consumption_date: str | None

look_back_unit_type

virtual machine instance.

look_back_unit_type: str | None

usage_data

The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate.

usage_data: list[float] | None

usage_grain

hourly.

usage_grain: str | None