ResourceInsightProjectedUtilization¶
-
class
oci.opsi.models.
ResourceInsightProjectedUtilization
(**kwargs)¶ Bases:
object
Projected utilization(High/low) for cpu or storage
Methods
__init__
(**kwargs)Initializes a new ResourceInsightProjectedUtilization object with values from keyword arguments. Attributes
high
[Required] Gets the high of this ResourceInsightProjectedUtilization. low
[Required] Gets the low of this ResourceInsightProjectedUtilization. -
__init__
(**kwargs)¶ Initializes a new ResourceInsightProjectedUtilization object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - low (list[oci.opsi.models.ResourceInsightProjectedUtilizationItem]) – The value to assign to the low property of this ResourceInsightProjectedUtilization.
- high (list[oci.opsi.models.ResourceInsightProjectedUtilizationItem]) – The value to assign to the high property of this ResourceInsightProjectedUtilization.
-
high
¶ [Required] Gets the high of this ResourceInsightProjectedUtilization. List of db ids with high usage
Returns: The high of this ResourceInsightProjectedUtilization. Return type: list[oci.opsi.models.ResourceInsightProjectedUtilizationItem]
-
low
¶ [Required] Gets the low of this ResourceInsightProjectedUtilization. List of db ids with low usage
Returns: The low of this ResourceInsightProjectedUtilization. Return type: list[oci.opsi.models.ResourceInsightProjectedUtilizationItem]
-