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