ResourceInsightCurrentUtilization

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

Bases: object

Current utilization(High/low) for cpu or storage

Methods

__init__(**kwargs) Initializes a new ResourceInsightCurrentUtilization object with values from keyword arguments.

Attributes

high Gets the high of this ResourceInsightCurrentUtilization.
low Gets the low of this ResourceInsightCurrentUtilization.
__init__(**kwargs)

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

Parameters:
  • low (list[str]) – The value to assign to the low property of this ResourceInsightCurrentUtilization.
  • high (list[str]) – The value to assign to the high property of this ResourceInsightCurrentUtilization.
high

Gets the high of this ResourceInsightCurrentUtilization. List of db ids with high usage

Returns:The high of this ResourceInsightCurrentUtilization.
Return type:list[str]
low

Gets the low of this ResourceInsightCurrentUtilization. List of db ids with low usage

Returns:The low of this ResourceInsightCurrentUtilization.
Return type:list[str]