EnterpriseManagerBridgeCollection

class oci.opsi.models.EnterpriseManagerBridgeCollection(**kwargs)

Bases: object

Collection of Enterprose Manager bridge summary objects.

Methods

__init__(**kwargs) Initializes a new EnterpriseManagerBridgeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this EnterpriseManagerBridgeCollection.
__init__(**kwargs)

Initializes a new EnterpriseManagerBridgeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.opsi.models.EnterpriseManagerBridgeSummary]) – The value to assign to the items property of this EnterpriseManagerBridgeCollection.
items

[Required] Gets the items of this EnterpriseManagerBridgeCollection. Array of Enterprose Manager bridge summary objects.

Returns:The items of this EnterpriseManagerBridgeCollection.
Return type:list[oci.opsi.models.EnterpriseManagerBridgeSummary]