TestMetricExtensionDetails¶
-
class
oci.stack_monitoring.models.
TestMetricExtensionDetails
(**kwargs)¶ Bases:
object
The resource Id on which test will be run
Methods
__init__
(**kwargs)Initializes a new TestMetricExtensionDetails object with values from keyword arguments. Attributes
resource_ids
[Required] Gets the resource_ids of this TestMetricExtensionDetails. -
__init__
(**kwargs)¶ Initializes a new TestMetricExtensionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: resource_ids (list[str]) – The value to assign to the resource_ids property of this TestMetricExtensionDetails.
-
resource_ids
¶ [Required] Gets the resource_ids of this TestMetricExtensionDetails. List of Resource IDs [OCID]. Currently supports only one resource id per request.
Returns: The resource_ids of this TestMetricExtensionDetails. Return type: list[str]
-