DeploymentUpgradeCollection

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

Bases: object

A list of Deployment Upgrades.

Methods

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

Attributes

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

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

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

Returns:The items of this DeploymentUpgradeCollection.
Return type:list[oci.golden_gate.models.DeploymentUpgradeSummary]