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