ModifyDatabaseManagementDetails¶
-
class
oci.database.models.
ModifyDatabaseManagementDetails
(**kwargs)¶ Bases:
object
Data to update one or more attributes of the Database Management configuration for the database.
Attributes
MANAGEMENT_TYPE_ADVANCED
A constant which can be used with the management_type property of a ModifyDatabaseManagementDetails. MANAGEMENT_TYPE_BASIC
A constant which can be used with the management_type property of a ModifyDatabaseManagementDetails. credential_details
Gets the credential_details of this ModifyDatabaseManagementDetails. management_type
Gets the management_type of this ModifyDatabaseManagementDetails. private_end_point_id
Gets the private_end_point_id of this ModifyDatabaseManagementDetails. service_name
Gets the service_name of this ModifyDatabaseManagementDetails. Methods
__init__
(**kwargs)Initializes a new ModifyDatabaseManagementDetails object with values from keyword arguments. -
MANAGEMENT_TYPE_ADVANCED
= 'ADVANCED'¶ A constant which can be used with the management_type property of a ModifyDatabaseManagementDetails. This constant has a value of “ADVANCED”
-
MANAGEMENT_TYPE_BASIC
= 'BASIC'¶ A constant which can be used with the management_type property of a ModifyDatabaseManagementDetails. This constant has a value of “BASIC”
-
__init__
(**kwargs)¶ Initializes a new ModifyDatabaseManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - credential_details (oci.database.models.DatabaseCredentialDetails) – The value to assign to the credential_details property of this ModifyDatabaseManagementDetails.
- private_end_point_id (str) – The value to assign to the private_end_point_id property of this ModifyDatabaseManagementDetails.
- management_type (str) – The value to assign to the management_type property of this ModifyDatabaseManagementDetails. Allowed values for this property are: “BASIC”, “ADVANCED”
- service_name (str) – The value to assign to the service_name property of this ModifyDatabaseManagementDetails.
-
credential_details
¶ Gets the credential_details of this ModifyDatabaseManagementDetails.
Returns: The credential_details of this ModifyDatabaseManagementDetails. Return type: oci.database.models.DatabaseCredentialDetails
-
management_type
¶ Gets the management_type of this ModifyDatabaseManagementDetails. The Database Management type.
Allowed values for this property are: “BASIC”, “ADVANCED”
Returns: The management_type of this ModifyDatabaseManagementDetails. Return type: str
-
private_end_point_id
¶ Gets the private_end_point_id of this ModifyDatabaseManagementDetails. The OCID of the private endpoint.
Returns: The private_end_point_id of this ModifyDatabaseManagementDetails. Return type: str
-
service_name
¶ Gets the service_name of this ModifyDatabaseManagementDetails. The name of the Oracle Database service that will be used to connect to the database.
Returns: The service_name of this ModifyDatabaseManagementDetails. Return type: str
-