SummarizeExadataInsightResourceUtilizationInsightAggregation

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

Bases: object

Insights response containing utilization values for exadata systems.

Attributes

EXADATA_RESOURCE_METRIC_CPU A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_METRIC_IO A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_METRIC_IOPS A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_METRIC_MEMORY A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_METRIC_STORAGE A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_METRIC_THROUGHPUT A constant which can be used with the exadata_resource_metric property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_TYPE_DATABASE A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_TYPE_DISKGROUP A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_TYPE_HOST A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
EXADATA_RESOURCE_TYPE_STORAGE_SERVER A constant which can be used with the exadata_resource_type property of a SummarizeExadataInsightResourceUtilizationInsightAggregation.
exadata_resource_metric [Required] Gets the exadata_resource_metric of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
exadata_resource_type [Required] Gets the exadata_resource_type of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
time_interval_end [Required] Gets the time_interval_end of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
time_interval_start [Required] Gets the time_interval_start of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
utilization [Required] Gets the utilization of this SummarizeExadataInsightResourceUtilizationInsightAggregation.

Methods

__init__(**kwargs) Initializes a new SummarizeExadataInsightResourceUtilizationInsightAggregation 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation. This constant has a value of “STORAGE_SERVER”

__init__(**kwargs)

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

Parameters:
  • time_interval_start (datetime) – The value to assign to the time_interval_start property of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
  • time_interval_end (datetime) – The value to assign to the time_interval_end property of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
  • exadata_resource_metric (str) – The value to assign to the exadata_resource_metric property of this SummarizeExadataInsightResourceUtilizationInsightAggregation. 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’.
  • exadata_resource_type (str) – The value to assign to the exadata_resource_type property of this SummarizeExadataInsightResourceUtilizationInsightAggregation. 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’.
  • utilization (list[oci.opsi.models.ExadataInsightResourceInsightUtilizationItem]) – The value to assign to the utilization property of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
exadata_resource_metric

[Required] Gets the exadata_resource_metric of this SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation.
Return type:str
exadata_resource_type

[Required] Gets the exadata_resource_type of this SummarizeExadataInsightResourceUtilizationInsightAggregation. 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 SummarizeExadataInsightResourceUtilizationInsightAggregation.
Return type:str
time_interval_end

[Required] Gets the time_interval_end of this SummarizeExadataInsightResourceUtilizationInsightAggregation. The end timestamp that was passed into the request.

Returns:The time_interval_end of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
Return type:datetime
time_interval_start

[Required] Gets the time_interval_start of this SummarizeExadataInsightResourceUtilizationInsightAggregation. The start timestamp that was passed into the request.

Returns:The time_interval_start of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
Return type:datetime
utilization

[Required] Gets the utilization of this SummarizeExadataInsightResourceUtilizationInsightAggregation. Collection of Exadata system utilization

Returns:The utilization of this SummarizeExadataInsightResourceUtilizationInsightAggregation.
Return type:list[oci.opsi.models.ExadataInsightResourceInsightUtilizationItem]