DatabaseManagementConfig¶
-
class
oci.database.models.
DatabaseManagementConfig
(**kwargs)¶ Bases:
object
The configuration of the Database Management service.
Attributes
DATABASE_MANAGEMENT_STATUS_DISABLING
A constant which can be used with the database_management_status property of a DatabaseManagementConfig. DATABASE_MANAGEMENT_STATUS_ENABLED
A constant which can be used with the database_management_status property of a DatabaseManagementConfig. DATABASE_MANAGEMENT_STATUS_ENABLING
A constant which can be used with the database_management_status property of a DatabaseManagementConfig. DATABASE_MANAGEMENT_STATUS_FAILED_DISABLING
A constant which can be used with the database_management_status property of a DatabaseManagementConfig. DATABASE_MANAGEMENT_STATUS_FAILED_ENABLING
A constant which can be used with the database_management_status property of a DatabaseManagementConfig. DATABASE_MANAGEMENT_STATUS_NOT_ENABLED
A constant which can be used with the database_management_status property of a DatabaseManagementConfig. LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a DatabaseManagementConfig. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a DatabaseManagementConfig. database_management_connection_id
Gets the database_management_connection_id of this DatabaseManagementConfig. database_management_status
[Required] Gets the database_management_status of this DatabaseManagementConfig. license_model
Gets the license_model of this DatabaseManagementConfig. Methods
__init__
(**kwargs)Initializes a new DatabaseManagementConfig object with values from keyword arguments. -
DATABASE_MANAGEMENT_STATUS_DISABLING
= 'DISABLING'¶ A constant which can be used with the database_management_status property of a DatabaseManagementConfig. This constant has a value of “DISABLING”
-
DATABASE_MANAGEMENT_STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the database_management_status property of a DatabaseManagementConfig. This constant has a value of “ENABLED”
-
DATABASE_MANAGEMENT_STATUS_ENABLING
= 'ENABLING'¶ A constant which can be used with the database_management_status property of a DatabaseManagementConfig. This constant has a value of “ENABLING”
-
DATABASE_MANAGEMENT_STATUS_FAILED_DISABLING
= 'FAILED_DISABLING'¶ A constant which can be used with the database_management_status property of a DatabaseManagementConfig. This constant has a value of “FAILED_DISABLING”
-
DATABASE_MANAGEMENT_STATUS_FAILED_ENABLING
= 'FAILED_ENABLING'¶ A constant which can be used with the database_management_status property of a DatabaseManagementConfig. This constant has a value of “FAILED_ENABLING”
-
DATABASE_MANAGEMENT_STATUS_NOT_ENABLED
= 'NOT_ENABLED'¶ A constant which can be used with the database_management_status property of a DatabaseManagementConfig. This constant has a value of “NOT_ENABLED”
-
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a DatabaseManagementConfig. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_MODEL_LICENSE_INCLUDED
= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_model property of a DatabaseManagementConfig. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new DatabaseManagementConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_management_status (str) – The value to assign to the database_management_status property of this DatabaseManagementConfig. Allowed values for this property are: “ENABLING”, “ENABLED”, “DISABLING”, “NOT_ENABLED”, “FAILED_ENABLING”, “FAILED_DISABLING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- database_management_connection_id (str) – The value to assign to the database_management_connection_id property of this DatabaseManagementConfig.
- license_model (str) – The value to assign to the license_model property of this DatabaseManagementConfig. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
database_management_connection_id
¶ Gets the database_management_connection_id of this DatabaseManagementConfig. The OCID of the
create_external_database_connector_details()
.Returns: The database_management_connection_id of this DatabaseManagementConfig. Return type: str
-
database_management_status
¶ [Required] Gets the database_management_status of this DatabaseManagementConfig. The status of the Database Management service.
Allowed values for this property are: “ENABLING”, “ENABLED”, “DISABLING”, “NOT_ENABLED”, “FAILED_ENABLING”, “FAILED_DISABLING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The database_management_status of this DatabaseManagementConfig. Return type: str
-
license_model
¶ Gets the license_model of this DatabaseManagementConfig. The Oracle license model that applies to the external database.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The license_model of this DatabaseManagementConfig. Return type: str
-