DeploymentPeerCollection¶
-
class
oci.golden_gate.models.
DeploymentPeerCollection
(**kwargs)¶ Bases:
object
A list of DeploymentPeers.
Methods
__init__
(**kwargs)Initializes a new DeploymentPeerCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DeploymentPeerCollection. -
__init__
(**kwargs)¶ Initializes a new DeploymentPeerCollection 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.DeploymentPeerSummary]) – The value to assign to the items property of this DeploymentPeerCollection.
-
items
¶ [Required] Gets the items of this DeploymentPeerCollection. An array of DeploymentPeers.
Returns: The items of this DeploymentPeerCollection. Return type: list[oci.golden_gate.models.DeploymentPeerSummary]
-