SearchMonitoredResourceMembersDetails¶
-
class
oci.stack_monitoring.models.
SearchMonitoredResourceMembersDetails
(**kwargs)¶ Bases:
object
The search criteria for listing monitored resource member targets.
Methods
__init__
(**kwargs)Initializes a new SearchMonitoredResourceMembersDetails object with values from keyword arguments. Attributes
destination_resource_id
Gets the destination_resource_id of this SearchMonitoredResourceMembersDetails. limit_level
Gets the limit_level of this SearchMonitoredResourceMembersDetails. -
__init__
(**kwargs)¶ Initializes a new SearchMonitoredResourceMembersDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - destination_resource_id (str) – The value to assign to the destination_resource_id property of this SearchMonitoredResourceMembersDetails.
- limit_level (int) – The value to assign to the limit_level property of this SearchMonitoredResourceMembersDetails.
-
destination_resource_id
¶ Gets the destination_resource_id of this SearchMonitoredResourceMembersDetails. Destination Monitored Resource Identifier OCID.
Returns: The destination_resource_id of this SearchMonitoredResourceMembersDetails. Return type: str
-
limit_level
¶ Gets the limit_level of this SearchMonitoredResourceMembersDetails. The field which determines the depth of hierarchy while searching for members.
Returns: The limit_level of this SearchMonitoredResourceMembersDetails. Return type: int
-