CloudServicedAsm

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

Bases: object

The details of ASM serviced by a cloud listener.

Methods

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

Attributes

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

Initializes a new CloudServicedAsm 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 CloudServicedAsm.
  • display_name (str) – The value to assign to the display_name property of this CloudServicedAsm.
  • compartment_id (str) – The value to assign to the compartment_id property of this CloudServicedAsm.
compartment_id

Gets the compartment_id of this CloudServicedAsm. The OCID of the compartment in which the cloud ASM resides.

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

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

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

[Required] Gets the id of this CloudServicedAsm. The OCID of the cloud ASM.

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