ConnectionAssignmentCollection¶
-
class
oci.golden_gate.models.
ConnectionAssignmentCollection
(**kwargs)¶ Bases:
object
List of connection summary objects.
Methods
__init__
(**kwargs)Initializes a new ConnectionAssignmentCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ConnectionAssignmentCollection. -
__init__
(**kwargs)¶ Initializes a new ConnectionAssignmentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.golden_gate.models.ConnectionAssignmentSummary]) – The value to assign to the items property of this ConnectionAssignmentCollection.
-
items
¶ [Required] Gets the items of this ConnectionAssignmentCollection. An array of Connection Assignment summaries.
Returns: The items of this ConnectionAssignmentCollection. Return type: list[oci.golden_gate.models.ConnectionAssignmentSummary]
-