ChangeMysqlDatabaseManagementTypeDetails¶
-
class
oci.database_management.models.ChangeMysqlDatabaseManagementTypeDetails(**kwargs)¶ Bases:
objectDetails to change managed MySQL database management type.
Attributes
OPERATION_DISABLE_DBMGMTA constant which can be used with the operation property of a ChangeMysqlDatabaseManagementTypeDetails. OPERATION_ENABLE_DBMGMTA constant which can be used with the operation property of a ChangeMysqlDatabaseManagementTypeDetails. OPERATION_UPDATE_DBMGMT_TYPEA constant which can be used with the operation property of a ChangeMysqlDatabaseManagementTypeDetails. management_type[Required] Gets the management_type of this ChangeMysqlDatabaseManagementTypeDetails. operationGets the operation of this ChangeMysqlDatabaseManagementTypeDetails. Methods
__init__(**kwargs)Initializes a new ChangeMysqlDatabaseManagementTypeDetails object with values from keyword arguments. -
OPERATION_DISABLE_DBMGMT= 'DISABLE_DBMGMT'¶ A constant which can be used with the operation property of a ChangeMysqlDatabaseManagementTypeDetails. This constant has a value of “DISABLE_DBMGMT”
-
OPERATION_ENABLE_DBMGMT= 'ENABLE_DBMGMT'¶ A constant which can be used with the operation property of a ChangeMysqlDatabaseManagementTypeDetails. This constant has a value of “ENABLE_DBMGMT”
-
OPERATION_UPDATE_DBMGMT_TYPE= 'UPDATE_DBMGMT_TYPE'¶ A constant which can be used with the operation property of a ChangeMysqlDatabaseManagementTypeDetails. This constant has a value of “UPDATE_DBMGMT_TYPE”
-
__init__(**kwargs)¶ Initializes a new ChangeMysqlDatabaseManagementTypeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - management_type (str) – The value to assign to the management_type property of this ChangeMysqlDatabaseManagementTypeDetails.
- operation (str) – The value to assign to the operation property of this ChangeMysqlDatabaseManagementTypeDetails. Allowed values for this property are: “ENABLE_DBMGMT”, “UPDATE_DBMGMT_TYPE”, “DISABLE_DBMGMT”
-
management_type¶ [Required] Gets the management_type of this ChangeMysqlDatabaseManagementTypeDetails. The type of HeatWave management.
Returns: The management_type of this ChangeMysqlDatabaseManagementTypeDetails. Return type: str
-
operation¶ Gets the operation of this ChangeMysqlDatabaseManagementTypeDetails. The type of operation to perform: update managementType, enable or disable database management.
Allowed values for this property are: “ENABLE_DBMGMT”, “UPDATE_DBMGMT_TYPE”, “DISABLE_DBMGMT”
Returns: The operation of this ChangeMysqlDatabaseManagementTypeDetails. Return type: str
-