EnableExternalContainerDatabaseDatabaseManagementDetails¶
-
class
oci.database.models.
EnableExternalContainerDatabaseDatabaseManagementDetails
(**kwargs)¶ Bases:
object
Details to enable Database Management on an external container database.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a EnableExternalContainerDatabaseDatabaseManagementDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a EnableExternalContainerDatabaseDatabaseManagementDetails. external_database_connector_id
[Required] Gets the external_database_connector_id of this EnableExternalContainerDatabaseDatabaseManagementDetails. license_model
[Required] Gets the license_model of this EnableExternalContainerDatabaseDatabaseManagementDetails. Methods
__init__
(**kwargs)Initializes a new EnableExternalContainerDatabaseDatabaseManagementDetails object with values from keyword arguments. -
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a EnableExternalContainerDatabaseDatabaseManagementDetails. 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 EnableExternalContainerDatabaseDatabaseManagementDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new EnableExternalContainerDatabaseDatabaseManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - license_model (str) – The value to assign to the license_model property of this EnableExternalContainerDatabaseDatabaseManagementDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- external_database_connector_id (str) – The value to assign to the external_database_connector_id property of this EnableExternalContainerDatabaseDatabaseManagementDetails.
-
external_database_connector_id
¶ [Required] Gets the external_database_connector_id of this EnableExternalContainerDatabaseDatabaseManagementDetails. The OCID of the
create_external_database_connector_details()
.Returns: The external_database_connector_id of this EnableExternalContainerDatabaseDatabaseManagementDetails. Return type: str
-
license_model
¶ [Required] Gets the license_model of this EnableExternalContainerDatabaseDatabaseManagementDetails. The Oracle license model that applies to the external database.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this EnableExternalContainerDatabaseDatabaseManagementDetails. Return type: str
-