EvaluateBaselineableMetricDetails¶
-
class
oci.stack_monitoring.models.
EvaluateBaselineableMetricDetails
(**kwargs)¶ Bases:
object
Details for Baseline Metric Data to evaluate
Methods
__init__
(**kwargs)Initializes a new EvaluateBaselineableMetricDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this EvaluateBaselineableMetricDetails. resource_id
[Required] Gets the resource_id of this EvaluateBaselineableMetricDetails. -
__init__
(**kwargs)¶ Initializes a new EvaluateBaselineableMetricDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_id (str) – The value to assign to the resource_id property of this EvaluateBaselineableMetricDetails.
- items (list[oci.stack_monitoring.models.MetricData]) – The value to assign to the items property of this EvaluateBaselineableMetricDetails.
-
items
¶ [Required] Gets the items of this EvaluateBaselineableMetricDetails. List of Metric data
Returns: The items of this EvaluateBaselineableMetricDetails. Return type: list[oci.stack_monitoring.models.MetricData]
-
resource_id
¶ [Required] Gets the resource_id of this EvaluateBaselineableMetricDetails. OCID of the resource
Returns: The resource_id of this EvaluateBaselineableMetricDetails. Return type: str
-