EnableExternalDbSystemDatabaseManagementDetails¶
-
class
oci.database_management.models.
EnableExternalDbSystemDatabaseManagementDetails
(**kwargs)¶ Bases:
object
The details required to enable Database Management for an external DB system.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a EnableExternalDbSystemDatabaseManagementDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a EnableExternalDbSystemDatabaseManagementDetails. license_model
[Required] Gets the license_model of this EnableExternalDbSystemDatabaseManagementDetails. Methods
__init__
(**kwargs)Initializes a new EnableExternalDbSystemDatabaseManagementDetails 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 EnableExternalDbSystemDatabaseManagementDetails. 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 EnableExternalDbSystemDatabaseManagementDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new EnableExternalDbSystemDatabaseManagementDetails 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 EnableExternalDbSystemDatabaseManagementDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
-
license_model
¶ [Required] Gets the license_model of this EnableExternalDbSystemDatabaseManagementDetails. 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 EnableExternalDbSystemDatabaseManagementDetails. Return type: str
-