EnterpriseManagerBridges¶
-
class
oci.opsi.models.
EnterpriseManagerBridges
(**kwargs)¶ Bases:
object
Logical grouping used for Ops Insights Enterprise Manager Bridge operations.
Methods
__init__
(**kwargs)Initializes a new EnterpriseManagerBridges object with values from keyword arguments. Attributes
enterprise_manager_bridges
Gets the enterprise_manager_bridges of this EnterpriseManagerBridges. -
__init__
(**kwargs)¶ Initializes a new EnterpriseManagerBridges object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: enterprise_manager_bridges (object) – The value to assign to the enterprise_manager_bridges property of this EnterpriseManagerBridges.
-
enterprise_manager_bridges
¶ Gets the enterprise_manager_bridges of this EnterpriseManagerBridges. Enterprise Manager Bridge Object.
Returns: The enterprise_manager_bridges of this EnterpriseManagerBridges. Return type: object
-