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