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