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