SummarizeExadataInsightResourceForecastTrendCollection¶
-
class
oci.opsi.models.
SummarizeExadataInsightResourceForecastTrendCollection
(**kwargs)¶ Bases:
object
Usage and Forecast results with breakdown by databases, hosts or storage servers.
Attributes
EXADATA_RESOURCE_METRIC_CPU
A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_METRIC_IO
A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_METRIC_IOPS
A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_METRIC_MEMORY
A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_METRIC_STORAGE
A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_METRIC_THROUGHPUT
A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_TYPE_DATABASE
A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_TYPE_DISKGROUP
A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_TYPE_HOST
A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. EXADATA_RESOURCE_TYPE_STORAGE_SERVER
A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. USAGE_UNIT_CORES
A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. USAGE_UNIT_GB
A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. USAGE_UNIT_IOPS
A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. USAGE_UNIT_MBPS
A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. USAGE_UNIT_PERCENT
A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. exadata_insight_id
[Required] Gets the exadata_insight_id of this SummarizeExadataInsightResourceForecastTrendCollection. exadata_resource_metric
[Required] Gets the exadata_resource_metric of this SummarizeExadataInsightResourceForecastTrendCollection. exadata_resource_type
[Required] Gets the exadata_resource_type of this SummarizeExadataInsightResourceForecastTrendCollection. items
[Required] Gets the items of this SummarizeExadataInsightResourceForecastTrendCollection. time_interval_end
[Required] Gets the time_interval_end of this SummarizeExadataInsightResourceForecastTrendCollection. time_interval_start
[Required] Gets the time_interval_start of this SummarizeExadataInsightResourceForecastTrendCollection. usage_unit
[Required] Gets the usage_unit of this SummarizeExadataInsightResourceForecastTrendCollection. Methods
__init__
(**kwargs)Initializes a new SummarizeExadataInsightResourceForecastTrendCollection object with values from keyword arguments. -
EXADATA_RESOURCE_METRIC_CPU
= 'CPU'¶ A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “CPU”
-
EXADATA_RESOURCE_METRIC_IO
= 'IO'¶ A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “IO”
-
EXADATA_RESOURCE_METRIC_IOPS
= 'IOPS'¶ A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “IOPS”
-
EXADATA_RESOURCE_METRIC_MEMORY
= 'MEMORY'¶ A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “MEMORY”
-
EXADATA_RESOURCE_METRIC_STORAGE
= 'STORAGE'¶ A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “STORAGE”
-
EXADATA_RESOURCE_METRIC_THROUGHPUT
= 'THROUGHPUT'¶ A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “THROUGHPUT”
-
EXADATA_RESOURCE_TYPE_DATABASE
= 'DATABASE'¶ A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “DATABASE”
-
EXADATA_RESOURCE_TYPE_DISKGROUP
= 'DISKGROUP'¶ A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “DISKGROUP”
-
EXADATA_RESOURCE_TYPE_HOST
= 'HOST'¶ A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “HOST”
-
EXADATA_RESOURCE_TYPE_STORAGE_SERVER
= 'STORAGE_SERVER'¶ A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “STORAGE_SERVER”
-
USAGE_UNIT_CORES
= 'CORES'¶ A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “CORES”
-
USAGE_UNIT_GB
= 'GB'¶ A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “GB”
-
USAGE_UNIT_IOPS
= 'IOPS'¶ A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “IOPS”
-
USAGE_UNIT_MBPS
= 'MBPS'¶ A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “MBPS”
-
USAGE_UNIT_PERCENT
= 'PERCENT'¶ A constant which can be used with the usage_unit property of a SummarizeExadataInsightResourceForecastTrendCollection. This constant has a value of “PERCENT”
-
__init__
(**kwargs)¶ Initializes a new SummarizeExadataInsightResourceForecastTrendCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - exadata_insight_id (str) – The value to assign to the exadata_insight_id property of this SummarizeExadataInsightResourceForecastTrendCollection.
- exadata_resource_type (str) – The value to assign to the exadata_resource_type property of this SummarizeExadataInsightResourceForecastTrendCollection. Allowed values for this property are: “DATABASE”, “HOST”, “STORAGE_SERVER”, “DISKGROUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- exadata_resource_metric (str) – The value to assign to the exadata_resource_metric property of this SummarizeExadataInsightResourceForecastTrendCollection. Allowed values for this property are: “CPU”, “STORAGE”, “IO”, “MEMORY”, “IOPS”, “THROUGHPUT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_interval_start (datetime) – The value to assign to the time_interval_start property of this SummarizeExadataInsightResourceForecastTrendCollection.
- time_interval_end (datetime) – The value to assign to the time_interval_end property of this SummarizeExadataInsightResourceForecastTrendCollection.
- usage_unit (str) – The value to assign to the usage_unit property of this SummarizeExadataInsightResourceForecastTrendCollection. Allowed values for this property are: “CORES”, “GB”, “MBPS”, “IOPS”, “PERCENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- items (list[oci.opsi.models.ExadataInsightResourceForecastTrendSummary]) – The value to assign to the items property of this SummarizeExadataInsightResourceForecastTrendCollection.
-
exadata_insight_id
¶ [Required] Gets the exadata_insight_id of this SummarizeExadataInsightResourceForecastTrendCollection. The OCID of the Exadata insight.
Returns: The exadata_insight_id of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: str
-
exadata_resource_metric
¶ [Required] Gets the exadata_resource_metric of this SummarizeExadataInsightResourceForecastTrendCollection. Defines the type of exadata resource metric (example: CPU, STORAGE)
Allowed values for this property are: “CPU”, “STORAGE”, “IO”, “MEMORY”, “IOPS”, “THROUGHPUT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The exadata_resource_metric of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: str
-
exadata_resource_type
¶ [Required] Gets the exadata_resource_type of this SummarizeExadataInsightResourceForecastTrendCollection. Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
Allowed values for this property are: “DATABASE”, “HOST”, “STORAGE_SERVER”, “DISKGROUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The exadata_resource_type of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: str
-
items
¶ [Required] Gets the items of this SummarizeExadataInsightResourceForecastTrendCollection. Collection of id, name , daysToReach Capacity, historical usage and projected usage forecast.
Returns: The items of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: list[oci.opsi.models.ExadataInsightResourceForecastTrendSummary]
-
time_interval_end
¶ [Required] Gets the time_interval_end of this SummarizeExadataInsightResourceForecastTrendCollection. The end timestamp that was passed into the request.
Returns: The time_interval_end of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: datetime
-
time_interval_start
¶ [Required] Gets the time_interval_start of this SummarizeExadataInsightResourceForecastTrendCollection. The start timestamp that was passed into the request.
Returns: The time_interval_start of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: datetime
-
usage_unit
¶ [Required] Gets the usage_unit of this SummarizeExadataInsightResourceForecastTrendCollection. Displays usage unit ( CORES, GB , PERCENT, MBPS)
Allowed values for this property are: “CORES”, “GB”, “MBPS”, “IOPS”, “PERCENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The usage_unit of this SummarizeExadataInsightResourceForecastTrendCollection. Return type: str
-