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