EnabledResourceDetails¶
-
class
oci.stack_monitoring.models.
EnabledResourceDetails
(**kwargs)¶ Bases:
object
Details of a resource on which Metric Extension is enabled
Methods
__init__
(**kwargs)Initializes a new EnabledResourceDetails object with values from keyword arguments. Attributes
resource_id
[Required] Gets the resource_id of this EnabledResourceDetails. -
__init__
(**kwargs)¶ Initializes a new EnabledResourceDetails 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 EnabledResourceDetails.
-
resource_id
¶ [Required] Gets the resource_id of this EnabledResourceDetails. The OCID of the resource on which Metric Extension is enabled
Returns: The resource_id of this EnabledResourceDetails. Return type: str
-