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