ExternalAsmConfiguration

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

Bases: object

The configuration details of an ASM.

Methods

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

Attributes

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

Initializes a new ExternalAsmConfiguration 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.ExternalAsmInstanceParameters]) – The value to assign to the init_parameters property of this ExternalAsmConfiguration.
init_parameters

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

Returns:The init_parameters of this ExternalAsmConfiguration.
Return type:list[oci.database_management.models.ExternalAsmInstanceParameters]