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