EnableExternalNonContainerDatabaseDatabaseManagementDetails

class oci.database.models.EnableExternalNonContainerDatabaseDatabaseManagementDetails(**kwargs)

Bases: object

Details to enable Database Management on an external non-container database.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a EnableExternalNonContainerDatabaseDatabaseManagementDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a EnableExternalNonContainerDatabaseDatabaseManagementDetails.
external_database_connector_id [Required] Gets the external_database_connector_id of this EnableExternalNonContainerDatabaseDatabaseManagementDetails.
license_model [Required] Gets the license_model of this EnableExternalNonContainerDatabaseDatabaseManagementDetails.

Methods

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

__init__(**kwargs)

Initializes a new EnableExternalNonContainerDatabaseDatabaseManagementDetails 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 EnableExternalNonContainerDatabaseDatabaseManagementDetails. 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 EnableExternalNonContainerDatabaseDatabaseManagementDetails.
external_database_connector_id

[Required] Gets the external_database_connector_id of this EnableExternalNonContainerDatabaseDatabaseManagementDetails. The OCID of the create_external_database_connector_details().

Returns:The external_database_connector_id of this EnableExternalNonContainerDatabaseDatabaseManagementDetails.
Return type:str
license_model

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