CloudAsmConfiguration

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

Bases: object

The configuration details of an ASM.

Methods

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

Attributes

init_parameters [Required] Gets the init_parameters of this CloudAsmConfiguration.
__init__(**kwargs)

Initializes a new CloudAsmConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:init_parameters (list[oci.database_management.models.CloudAsmInstanceParameters]) – The value to assign to the init_parameters property of this CloudAsmConfiguration.
init_parameters

[Required] Gets the init_parameters of this CloudAsmConfiguration. An array of initialization parameters for the cloud ASM instances.

Returns:The init_parameters of this CloudAsmConfiguration.
Return type:list[oci.database_management.models.CloudAsmInstanceParameters]