MonitoredRegionCollection¶
-
class
oci.resource_analytics.models.
MonitoredRegionCollection
(**kwargs)¶ Bases:
object
Results of a MonitoredRegion search. Contains both MonitoredRegionSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new MonitoredRegionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MonitoredRegionCollection. -
__init__
(**kwargs)¶ Initializes a new MonitoredRegionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.resource_analytics.models.MonitoredRegionSummary]) – The value to assign to the items property of this MonitoredRegionCollection.
-
items
¶ [Required] Gets the items of this MonitoredRegionCollection. List of MonitoredRegions.
Returns: The items of this MonitoredRegionCollection. Return type: list[oci.resource_analytics.models.MonitoredRegionSummary]
-