TablespaceCollection¶
-
class
oci.database_management.models.
TablespaceCollection
(**kwargs)¶ Bases:
object
A collection of tablespaces for a specific Managed Database.
Methods
__init__
(**kwargs)Initializes a new TablespaceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TablespaceCollection. -
__init__
(**kwargs)¶ Initializes a new TablespaceCollection 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.TablespaceSummary]) – The value to assign to the items property of this TablespaceCollection.
-
items
¶ [Required] Gets the items of this TablespaceCollection. An array of TablespaceSummary resources.
Returns: The items of this TablespaceCollection. Return type: list[oci.database_management.models.TablespaceSummary]
-