AssociatedResourcesCollection¶
- 
class 
oci.stack_monitoring.models.AssociatedResourcesCollection(**kwargs)¶ Bases:
objectResults of a resources search. Contains AssociatedResourcesSummary items.
Methods
__init__(**kwargs)Initializes a new AssociatedResourcesCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this AssociatedResourcesCollection. - 
__init__(**kwargs)¶ Initializes a new AssociatedResourcesCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.stack_monitoring.models.AssociatedResourcesSummary]) – The value to assign to the items property of this AssociatedResourcesCollection. 
- 
items¶ [Required] Gets the items of this AssociatedResourcesCollection. List of associated monitored resources.
Returns: The items of this AssociatedResourcesCollection. Return type: list[oci.stack_monitoring.models.AssociatedResourcesSummary] 
-