ResourceInsightProjectedUtilizationItem¶
-
class
oci.opsi.models.
ResourceInsightProjectedUtilizationItem
(**kwargs)¶ Bases:
object
Projected utilization object containing dbid and daysToReach value
Methods
__init__
(**kwargs)Initializes a new ResourceInsightProjectedUtilizationItem object with values from keyword arguments. Attributes
days_to_reach
[Required] Gets the days_to_reach of this ResourceInsightProjectedUtilizationItem. id
[Required] Gets the id of this ResourceInsightProjectedUtilizationItem. -
__init__
(**kwargs)¶ Initializes a new ResourceInsightProjectedUtilizationItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ResourceInsightProjectedUtilizationItem.
- days_to_reach (int) – The value to assign to the days_to_reach property of this ResourceInsightProjectedUtilizationItem.
-
days_to_reach
¶ [Required] Gets the days_to_reach of this ResourceInsightProjectedUtilizationItem. Days to reach projected utilization
Returns: The days_to_reach of this ResourceInsightProjectedUtilizationItem. Return type: int
-
id
¶ [Required] Gets the id of this ResourceInsightProjectedUtilizationItem. Db id
Returns: The id of this ResourceInsightProjectedUtilizationItem. Return type: str
-