LegacyReservationRecommendationProperties Class
The properties of the reservation recommendation.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: LegacySharedScopeReservationRecommendationProperties, LegacySingleScopeReservationRecommendationProperties.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
Constructor
LegacyReservationRecommendationProperties(**kwargs)
Variables
Name | Description |
---|---|
look_back_period
|
The number of days of usage to look back for recommendation. |
instance_flexibility_ratio
|
The instance Flexibility Ratio. |
instance_flexibility_group
|
The instance Flexibility Group. |
normalized_size
|
The normalized Size. |
recommended_quantity_normalized
|
The recommended Quantity Normalized. |
meter_id
|
The meter id (GUID). |
resource_type
|
The azure resource type. |
term
|
RI recommendations in one or three year terms. |
cost_with_no_reserved_instances
|
The total amount of cost without reserved instances. |
recommended_quantity
|
Recommended quality for reserved instances. |
total_cost_with_reserved_instances
|
The total amount of cost with reserved instances. |
net_savings
|
Total estimated savings with reserved instances. |
first_usage_date
|
The usage date for looking back. |
scope
|
Required. Shared or single recommendation.Constant filled by server. |
sku_properties
|
List of sku properties. |
Azure SDK for Python