ExadataInsightResourceCapacityTrendSummary¶
-
class
oci.opsi.models.
ExadataInsightResourceCapacityTrendSummary
(**kwargs)¶ Bases:
object
List of resource id, name , capacity time series data
Methods
__init__
(**kwargs)Initializes a new ExadataInsightResourceCapacityTrendSummary object with values from keyword arguments. Attributes
capacity_data
[Required] Gets the capacity_data of this ExadataInsightResourceCapacityTrendSummary. id
[Required] Gets the id of this ExadataInsightResourceCapacityTrendSummary. name
[Required] Gets the name of this ExadataInsightResourceCapacityTrendSummary. -
__init__
(**kwargs)¶ Initializes a new ExadataInsightResourceCapacityTrendSummary 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 ExadataInsightResourceCapacityTrendSummary.
- name (str) – The value to assign to the name property of this ExadataInsightResourceCapacityTrendSummary.
- capacity_data (list[oci.opsi.models.ExadataInsightResourceCapacityTrendAggregation]) – The value to assign to the capacity_data property of this ExadataInsightResourceCapacityTrendSummary.
-
capacity_data
¶ [Required] Gets the capacity_data of this ExadataInsightResourceCapacityTrendSummary. Time series data for capacity
Returns: The capacity_data of this ExadataInsightResourceCapacityTrendSummary. Return type: list[oci.opsi.models.ExadataInsightResourceCapacityTrendAggregation]
-
id
¶ [Required] Gets the id of this ExadataInsightResourceCapacityTrendSummary. The OCID of the database insight resource.
Returns: The id of this ExadataInsightResourceCapacityTrendSummary. Return type: str
-
name
¶ [Required] Gets the name of this ExadataInsightResourceCapacityTrendSummary. The name of the resource.
Returns: The name of this ExadataInsightResourceCapacityTrendSummary. Return type: str
-