DeploymentCollection

class oci.golden_gate.models.DeploymentCollection(**kwargs)

Bases: object

A list of Deployments.

Methods

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

Attributes

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

Initializes a new DeploymentCollection 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.DeploymentSummary]) – The value to assign to the items property of this DeploymentCollection.
items

[Required] Gets the items of this DeploymentCollection. An array of Deployment summaries.

Returns:The items of this DeploymentCollection.
Return type:list[oci.golden_gate.models.DeploymentSummary]