ExternalDbSystemDatabaseManagementConfigDetails

class oci.database_management.models.ExternalDbSystemDatabaseManagementConfigDetails(**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 ExternalDbSystemDatabaseManagementConfigDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a ExternalDbSystemDatabaseManagementConfigDetails.
license_model [Required] Gets the license_model of this ExternalDbSystemDatabaseManagementConfigDetails.

Methods

__init__(**kwargs) Initializes a new ExternalDbSystemDatabaseManagementConfigDetails 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 ExternalDbSystemDatabaseManagementConfigDetails. 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 ExternalDbSystemDatabaseManagementConfigDetails. This constant has a value of “LICENSE_INCLUDED”

__init__(**kwargs)

Initializes a new ExternalDbSystemDatabaseManagementConfigDetails 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 ExternalDbSystemDatabaseManagementConfigDetails. 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’.
license_model

[Required] Gets the license_model of this ExternalDbSystemDatabaseManagementConfigDetails. 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 ExternalDbSystemDatabaseManagementConfigDetails.
Return type:str