ExternalAsmInstanceCollection

class oci.database_management.models.ExternalAsmInstanceCollection(**kwargs)

Bases: object

A collection of external ASM instances.

Methods

__init__(**kwargs) Initializes a new ExternalAsmInstanceCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ExternalAsmInstanceCollection.
__init__(**kwargs)

Initializes a new ExternalAsmInstanceCollection 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.ExternalAsmInstanceSummary]) – The value to assign to the items property of this ExternalAsmInstanceCollection.
items

[Required] Gets the items of this ExternalAsmInstanceCollection. An array of external ASM instances.

Returns:The items of this ExternalAsmInstanceCollection.
Return type:list[oci.database_management.models.ExternalAsmInstanceSummary]