ExadataInsightResourceStatistics¶
- 
class oci.opsi.models.ExadataInsightResourceStatistics(**kwargs)¶
- Bases: - object- Contains resource statistics with usage unit - Methods - __init__(**kwargs)- Initializes a new ExadataInsightResourceStatistics object with values from keyword arguments. - Attributes - capacity- [Required] Gets the capacity of this ExadataInsightResourceStatistics. - instance_metrics- Gets the instance_metrics of this ExadataInsightResourceStatistics. - total_host_capacity- Gets the total_host_capacity of this ExadataInsightResourceStatistics. - usage- [Required] Gets the usage of this ExadataInsightResourceStatistics. - usage_change_percent- [Required] Gets the usage_change_percent of this ExadataInsightResourceStatistics. - utilization_percent- [Required] Gets the utilization_percent of this ExadataInsightResourceStatistics. - 
__init__(**kwargs)¶
- Initializes a new ExadataInsightResourceStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - usage (float) – The value to assign to the usage property of this ExadataInsightResourceStatistics.
- capacity (float) – The value to assign to the capacity property of this ExadataInsightResourceStatistics.
- total_host_capacity (float) – The value to assign to the total_host_capacity property of this ExadataInsightResourceStatistics.
- utilization_percent (float) – The value to assign to the utilization_percent property of this ExadataInsightResourceStatistics.
- usage_change_percent (float) – The value to assign to the usage_change_percent property of this ExadataInsightResourceStatistics.
- instance_metrics (list[oci.opsi.models.InstanceMetrics]) – The value to assign to the instance_metrics property of this ExadataInsightResourceStatistics.
 
 - 
capacity¶
- [Required] Gets the capacity of this ExadataInsightResourceStatistics. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. - Returns: - The capacity of this ExadataInsightResourceStatistics. - Return type: - float 
 - 
instance_metrics¶
- Gets the instance_metrics of this ExadataInsightResourceStatistics. Array of instance metrics - Returns: - The instance_metrics of this ExadataInsightResourceStatistics. - Return type: - list[oci.opsi.models.InstanceMetrics] 
 - 
total_host_capacity¶
- Gets the total_host_capacity of this ExadataInsightResourceStatistics. The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases. - Returns: - The total_host_capacity of this ExadataInsightResourceStatistics. - Return type: - float 
 - 
usage¶
- [Required] Gets the usage of this ExadataInsightResourceStatistics. Total amount used of the resource metric type (CPU, STORAGE). - Returns: - The usage of this ExadataInsightResourceStatistics. - Return type: - float 
 - 
usage_change_percent¶
- [Required] Gets the usage_change_percent of this ExadataInsightResourceStatistics. Change in resource utilization in percentage - Returns: - The usage_change_percent of this ExadataInsightResourceStatistics. - Return type: - float 
 - 
utilization_percent¶
- [Required] Gets the utilization_percent of this ExadataInsightResourceStatistics. Resource utilization in percentage - Returns: - The utilization_percent of this ExadataInsightResourceStatistics. - Return type: - float 
 
-