ExternalServicedAsm

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

Bases: object

The details of ASM serviced by an external listener.

Methods

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

Attributes

compartment_id Gets the compartment_id of this ExternalServicedAsm.
display_name [Required] Gets the display_name of this ExternalServicedAsm.
id [Required] Gets the id of this ExternalServicedAsm.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ExternalServicedAsm.
  • display_name (str) – The value to assign to the display_name property of this ExternalServicedAsm.
  • compartment_id (str) – The value to assign to the compartment_id property of this ExternalServicedAsm.
compartment_id

Gets the compartment_id of this ExternalServicedAsm. The OCID of the compartment in which the external ASM resides.

Returns:The compartment_id of this ExternalServicedAsm.
Return type:str
display_name

[Required] Gets the display_name of this ExternalServicedAsm. The user-friendly name for the external ASM. The name does not have to be unique.

Returns:The display_name of this ExternalServicedAsm.
Return type:str
id

[Required] Gets the id of this ExternalServicedAsm. The OCID of the external ASM.

Returns:The id of this ExternalServicedAsm.
Return type:str