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