PluggableDatabaseManagementConfig¶
- 
class oci.database.models.PluggableDatabaseManagementConfig(**kwargs)¶
- Bases: - object- The configuration of the Pluggable Database Management service. - Attributes - MANAGEMENT_STATUS_DISABLED- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_DISABLING- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_ENABLED- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_ENABLING- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_FAILED_DISABLING- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_FAILED_ENABLING- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_FAILED_UPDATING- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - MANAGEMENT_STATUS_UPDATING- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. - management_status- [Required] Gets the management_status of this PluggableDatabaseManagementConfig. - Methods - __init__(**kwargs)- Initializes a new PluggableDatabaseManagementConfig object with values from keyword arguments. - 
MANAGEMENT_STATUS_DISABLED= 'DISABLED'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “DISABLED” 
 - 
MANAGEMENT_STATUS_DISABLING= 'DISABLING'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “DISABLING” 
 - 
MANAGEMENT_STATUS_ENABLED= 'ENABLED'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “ENABLED” 
 - 
MANAGEMENT_STATUS_ENABLING= 'ENABLING'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “ENABLING” 
 - 
MANAGEMENT_STATUS_FAILED_DISABLING= 'FAILED_DISABLING'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “FAILED_DISABLING” 
 - 
MANAGEMENT_STATUS_FAILED_ENABLING= 'FAILED_ENABLING'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “FAILED_ENABLING” 
 - 
MANAGEMENT_STATUS_FAILED_UPDATING= 'FAILED_UPDATING'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “FAILED_UPDATING” 
 - 
MANAGEMENT_STATUS_UPDATING= 'UPDATING'¶
- A constant which can be used with the management_status property of a PluggableDatabaseManagementConfig. This constant has a value of “UPDATING” 
 - 
__init__(**kwargs)¶
- Initializes a new PluggableDatabaseManagementConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - management_status (str) – The value to assign to the management_status property of this PluggableDatabaseManagementConfig. Allowed values for this property are: “ENABLING”, “ENABLED”, “DISABLING”, “DISABLED”, “UPDATING”, “FAILED_ENABLING”, “FAILED_DISABLING”, “FAILED_UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. 
 - 
management_status¶
- [Required] Gets the management_status of this PluggableDatabaseManagementConfig. The status of the Pluggable Database Management service. - Allowed values for this property are: “ENABLING”, “ENABLED”, “DISABLING”, “DISABLED”, “UPDATING”, “FAILED_ENABLING”, “FAILED_DISABLING”, “FAILED_UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The management_status of this PluggableDatabaseManagementConfig. - Return type: - str 
 
-