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