ExadataInsightResourceForecastTrendSummary

class oci.opsi.models.ExadataInsightResourceForecastTrendSummary(**kwargs)

Bases: object

List of resource id, name , capacity insight value, pattern, historical usage and projected data.

Attributes

PATTERN_LINEAR A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_MONTHLY_AND_YEARLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_MONTHLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_WEEKLY_AND_MONTHLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_WEEKLY_AND_YEARLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_WEEKLY_MONTHLY_AND_YEARLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_WEEKLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
PATTERN_YEARLY_SEASONS A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary.
days_to_reach_capacity [Required] Gets the days_to_reach_capacity of this ExadataInsightResourceForecastTrendSummary.
historical_data [Required] Gets the historical_data of this ExadataInsightResourceForecastTrendSummary.
id [Required] Gets the id of this ExadataInsightResourceForecastTrendSummary.
name [Required] Gets the name of this ExadataInsightResourceForecastTrendSummary.
pattern [Required] Gets the pattern of this ExadataInsightResourceForecastTrendSummary.
projected_data [Required] Gets the projected_data of this ExadataInsightResourceForecastTrendSummary.
selected_forecast_algorithm Gets the selected_forecast_algorithm of this ExadataInsightResourceForecastTrendSummary.

Methods

__init__(**kwargs) Initializes a new ExadataInsightResourceForecastTrendSummary object with values from keyword arguments.
PATTERN_LINEAR = 'LINEAR'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “LINEAR”

PATTERN_MONTHLY_AND_YEARLY_SEASONS = 'MONTHLY_AND_YEARLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “MONTHLY_AND_YEARLY_SEASONS”

PATTERN_MONTHLY_SEASONS = 'MONTHLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “MONTHLY_SEASONS”

PATTERN_WEEKLY_AND_MONTHLY_SEASONS = 'WEEKLY_AND_MONTHLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “WEEKLY_AND_MONTHLY_SEASONS”

PATTERN_WEEKLY_AND_YEARLY_SEASONS = 'WEEKLY_AND_YEARLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “WEEKLY_AND_YEARLY_SEASONS”

PATTERN_WEEKLY_MONTHLY_AND_YEARLY_SEASONS = 'WEEKLY_MONTHLY_AND_YEARLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “WEEKLY_MONTHLY_AND_YEARLY_SEASONS”

PATTERN_WEEKLY_SEASONS = 'WEEKLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “WEEKLY_SEASONS”

PATTERN_YEARLY_SEASONS = 'YEARLY_SEASONS'

A constant which can be used with the pattern property of a ExadataInsightResourceForecastTrendSummary. This constant has a value of “YEARLY_SEASONS”

__init__(**kwargs)

Initializes a new ExadataInsightResourceForecastTrendSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this ExadataInsightResourceForecastTrendSummary.
  • name (str) – The value to assign to the name property of this ExadataInsightResourceForecastTrendSummary.
  • days_to_reach_capacity (int) – The value to assign to the days_to_reach_capacity property of this ExadataInsightResourceForecastTrendSummary.
  • selected_forecast_algorithm (str) – The value to assign to the selected_forecast_algorithm property of this ExadataInsightResourceForecastTrendSummary.
  • pattern (str) – The value to assign to the pattern property of this ExadataInsightResourceForecastTrendSummary. Allowed values for this property are: “LINEAR”, “MONTHLY_SEASONS”, “MONTHLY_AND_YEARLY_SEASONS”, “WEEKLY_SEASONS”, “WEEKLY_AND_MONTHLY_SEASONS”, “WEEKLY_MONTHLY_AND_YEARLY_SEASONS”, “WEEKLY_AND_YEARLY_SEASONS”, “YEARLY_SEASONS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • historical_data (list[oci.opsi.models.HistoricalDataItem]) – The value to assign to the historical_data property of this ExadataInsightResourceForecastTrendSummary.
  • projected_data (list[oci.opsi.models.ProjectedDataItem]) – The value to assign to the projected_data property of this ExadataInsightResourceForecastTrendSummary.
days_to_reach_capacity

[Required] Gets the days_to_reach_capacity of this ExadataInsightResourceForecastTrendSummary. Days to reach capacity for a storage server

Returns:The days_to_reach_capacity of this ExadataInsightResourceForecastTrendSummary.
Return type:int
historical_data

[Required] Gets the historical_data of this ExadataInsightResourceForecastTrendSummary. Time series data used for the forecast analysis.

Returns:The historical_data of this ExadataInsightResourceForecastTrendSummary.
Return type:list[oci.opsi.models.HistoricalDataItem]
id

[Required] Gets the id of this ExadataInsightResourceForecastTrendSummary. The OCID of the database insight resource.

Returns:The id of this ExadataInsightResourceForecastTrendSummary.
Return type:str
name

[Required] Gets the name of this ExadataInsightResourceForecastTrendSummary. The name of the resource.

Returns:The name of this ExadataInsightResourceForecastTrendSummary.
Return type:str
pattern

[Required] Gets the pattern of this ExadataInsightResourceForecastTrendSummary. Time series patterns used in the forecasting.

Allowed values for this property are: “LINEAR”, “MONTHLY_SEASONS”, “MONTHLY_AND_YEARLY_SEASONS”, “WEEKLY_SEASONS”, “WEEKLY_AND_MONTHLY_SEASONS”, “WEEKLY_MONTHLY_AND_YEARLY_SEASONS”, “WEEKLY_AND_YEARLY_SEASONS”, “YEARLY_SEASONS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The pattern of this ExadataInsightResourceForecastTrendSummary.
Return type:str
projected_data

[Required] Gets the projected_data of this ExadataInsightResourceForecastTrendSummary. Time series data result of the forecasting analysis.

Returns:The projected_data of this ExadataInsightResourceForecastTrendSummary.
Return type:list[oci.opsi.models.ProjectedDataItem]
selected_forecast_algorithm

Gets the selected_forecast_algorithm of this ExadataInsightResourceForecastTrendSummary. Auto-ML algorithm leveraged for the forecast. Only applicable for Auto-ML forecast.

Returns:The selected_forecast_algorithm of this ExadataInsightResourceForecastTrendSummary.
Return type:str