AutonomousDatabaseDetails

class oci.data_safe.models.AutonomousDatabaseDetails(**kwargs)

Bases: oci.data_safe.models.database_details.DatabaseDetails

The details of the Autonomous Database to be registered as a target database in Data Safe.

Attributes

DATABASE_TYPE_AUTONOMOUS_DATABASE str(object=’’) -> str
DATABASE_TYPE_DATABASE_CLOUD_SERVICE str(object=’’) -> str
DATABASE_TYPE_INSTALLED_DATABASE str(object=’’) -> str
INFRASTRUCTURE_TYPE_CLOUD_AT_CUSTOMER str(object=’’) -> str
INFRASTRUCTURE_TYPE_NON_ORACLE_CLOUD str(object=’’) -> str
INFRASTRUCTURE_TYPE_ON_PREMISES str(object=’’) -> str
INFRASTRUCTURE_TYPE_ORACLE_CLOUD str(object=’’) -> str
autonomous_database_id [Required] Gets the autonomous_database_id of this AutonomousDatabaseDetails.
database_type [Required] Gets the database_type of this DatabaseDetails.
infrastructure_type [Required] Gets the infrastructure_type of this DatabaseDetails.

Methods

__init__(**kwargs) Initializes a new AutonomousDatabaseDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
DATABASE_TYPE_AUTONOMOUS_DATABASE = 'AUTONOMOUS_DATABASE'
DATABASE_TYPE_DATABASE_CLOUD_SERVICE = 'DATABASE_CLOUD_SERVICE'
DATABASE_TYPE_INSTALLED_DATABASE = 'INSTALLED_DATABASE'
INFRASTRUCTURE_TYPE_CLOUD_AT_CUSTOMER = 'CLOUD_AT_CUSTOMER'
INFRASTRUCTURE_TYPE_NON_ORACLE_CLOUD = 'NON_ORACLE_CLOUD'
INFRASTRUCTURE_TYPE_ON_PREMISES = 'ON_PREMISES'
INFRASTRUCTURE_TYPE_ORACLE_CLOUD = 'ORACLE_CLOUD'
__init__(**kwargs)

Initializes a new AutonomousDatabaseDetails object with values from keyword arguments. The default value of the database_type attribute of this class is AUTONOMOUS_DATABASE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • database_type (str) – The value to assign to the database_type property of this AutonomousDatabaseDetails. Allowed values for this property are: “DATABASE_CLOUD_SERVICE”, “AUTONOMOUS_DATABASE”, “INSTALLED_DATABASE”
  • infrastructure_type (str) – The value to assign to the infrastructure_type property of this AutonomousDatabaseDetails. Allowed values for this property are: “ORACLE_CLOUD”, “CLOUD_AT_CUSTOMER”, “ON_PREMISES”, “NON_ORACLE_CLOUD”
  • autonomous_database_id (str) – The value to assign to the autonomous_database_id property of this AutonomousDatabaseDetails.
autonomous_database_id

[Required] Gets the autonomous_database_id of this AutonomousDatabaseDetails. The OCID of the Autonomous Database registered as a target database in Data Safe.

Returns:The autonomous_database_id of this AutonomousDatabaseDetails.
Return type:str
database_type

[Required] Gets the database_type of this DatabaseDetails. The database type.

Allowed values for this property are: “DATABASE_CLOUD_SERVICE”, “AUTONOMOUS_DATABASE”, “INSTALLED_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The database_type of this DatabaseDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

infrastructure_type

[Required] Gets the infrastructure_type of this DatabaseDetails. The infrastructure type the database is running on.

Allowed values for this property are: “ORACLE_CLOUD”, “CLOUD_AT_CUSTOMER”, “ON_PREMISES”, “NON_ORACLE_CLOUD”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The infrastructure_type of this DatabaseDetails.
Return type:str