SynchronizeAutonomousDatabaseToExadataDetails

class oci.opsi.models.SynchronizeAutonomousDatabaseToExadataDetails(**kwargs)

Bases: object

The details of onboarded autonomous database need to synchroized with infracture information.

Attributes

ENTITY_SOURCE_AUTONOMOUS_DATABASE A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_EM_MANAGED_EXTERNAL_DATABASE A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_EXTERNAL_MYSQL_DATABASE_SYSTEM A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_MACS_MANAGED_AUTONOMOUS_DATABASE A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_MACS_MANAGED_CLOUD_DATABASE A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_DATABASE A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_MDS_MYSQL_DATABASE_SYSTEM A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
ENTITY_SOURCE_PE_COMANAGED_DATABASE A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails.
entity_source [Required] Gets the entity_source of this SynchronizeAutonomousDatabaseToExadataDetails.

Methods

__init__(**kwargs) Initializes a new SynchronizeAutonomousDatabaseToExadataDetails object with values from keyword arguments.
ENTITY_SOURCE_AUTONOMOUS_DATABASE = 'AUTONOMOUS_DATABASE'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “AUTONOMOUS_DATABASE”

ENTITY_SOURCE_EM_MANAGED_EXTERNAL_DATABASE = 'EM_MANAGED_EXTERNAL_DATABASE'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “EM_MANAGED_EXTERNAL_DATABASE”

ENTITY_SOURCE_EXTERNAL_MYSQL_DATABASE_SYSTEM = 'EXTERNAL_MYSQL_DATABASE_SYSTEM'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “EXTERNAL_MYSQL_DATABASE_SYSTEM”

ENTITY_SOURCE_MACS_MANAGED_AUTONOMOUS_DATABASE = 'MACS_MANAGED_AUTONOMOUS_DATABASE'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “MACS_MANAGED_AUTONOMOUS_DATABASE”

ENTITY_SOURCE_MACS_MANAGED_CLOUD_DATABASE = 'MACS_MANAGED_CLOUD_DATABASE'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “MACS_MANAGED_CLOUD_DATABASE”

ENTITY_SOURCE_MACS_MANAGED_EXTERNAL_DATABASE = 'MACS_MANAGED_EXTERNAL_DATABASE'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “MACS_MANAGED_EXTERNAL_DATABASE”

ENTITY_SOURCE_MDS_MYSQL_DATABASE_SYSTEM = 'MDS_MYSQL_DATABASE_SYSTEM'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “MDS_MYSQL_DATABASE_SYSTEM”

ENTITY_SOURCE_PE_COMANAGED_DATABASE = 'PE_COMANAGED_DATABASE'

A constant which can be used with the entity_source property of a SynchronizeAutonomousDatabaseToExadataDetails. This constant has a value of “PE_COMANAGED_DATABASE”

__init__(**kwargs)

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

Parameters:entity_source (str) – The value to assign to the entity_source property of this SynchronizeAutonomousDatabaseToExadataDetails. Allowed values for this property are: “AUTONOMOUS_DATABASE”, “EM_MANAGED_EXTERNAL_DATABASE”, “MACS_MANAGED_EXTERNAL_DATABASE”, “PE_COMANAGED_DATABASE”, “MDS_MYSQL_DATABASE_SYSTEM”, “EXTERNAL_MYSQL_DATABASE_SYSTEM”, “MACS_MANAGED_CLOUD_DATABASE”, “MACS_MANAGED_AUTONOMOUS_DATABASE”
entity_source

[Required] Gets the entity_source of this SynchronizeAutonomousDatabaseToExadataDetails. Source of the database entity. Currently only AUTONOMOUS_DATABASE source is supported.

Allowed values for this property are: “AUTONOMOUS_DATABASE”, “EM_MANAGED_EXTERNAL_DATABASE”, “MACS_MANAGED_EXTERNAL_DATABASE”, “PE_COMANAGED_DATABASE”, “MDS_MYSQL_DATABASE_SYSTEM”, “EXTERNAL_MYSQL_DATABASE_SYSTEM”, “MACS_MANAGED_CLOUD_DATABASE”, “MACS_MANAGED_AUTONOMOUS_DATABASE”

Returns:The entity_source of this SynchronizeAutonomousDatabaseToExadataDetails.
Return type:str