EnableMetricExtensionDetails

class oci.stack_monitoring.models.EnableMetricExtensionDetails(**kwargs)

Bases: object

The Resource IDs for which metric extension will be enabled

Methods

__init__(**kwargs) Initializes a new EnableMetricExtensionDetails object with values from keyword arguments.

Attributes

resource_ids [Required] Gets the resource_ids of this EnableMetricExtensionDetails.
__init__(**kwargs)

Initializes a new EnableMetricExtensionDetails 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 EnableMetricExtensionDetails.
resource_ids

[Required] Gets the resource_ids of this EnableMetricExtensionDetails. List of Resource IDs [OCIDs]. Currently supports upto 20 resources per request

Returns:The resource_ids of this EnableMetricExtensionDetails.
Return type:list[str]