CloudDbNodeCollection¶
-
class
oci.database_management.models.
CloudDbNodeCollection
(**kwargs)¶ Bases:
object
A collection of cloud database nodes.
Methods
__init__
(**kwargs)Initializes a new CloudDbNodeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CloudDbNodeCollection. -
__init__
(**kwargs)¶ Initializes a new CloudDbNodeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_management.models.CloudDbNodeSummary]) – The value to assign to the items property of this CloudDbNodeCollection.
-
items
¶ [Required] Gets the items of this CloudDbNodeCollection. An array of cloud DB nodes.
Returns: The items of this CloudDbNodeCollection. Return type: list[oci.database_management.models.CloudDbNodeSummary]
-