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