DisableMetricExtensionDetails

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

Bases: object

The Resource IDs for which metric extension will be disabled

Methods

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

Attributes

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

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

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

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