OperationsInsightsConfig¶
-
class
oci.database.models.
OperationsInsightsConfig
(**kwargs)¶ Bases:
object
The configuration of Operations Insights for the external database
Attributes
OPERATIONS_INSIGHTS_STATUS_DISABLING
A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. OPERATIONS_INSIGHTS_STATUS_ENABLED
A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. OPERATIONS_INSIGHTS_STATUS_ENABLING
A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. OPERATIONS_INSIGHTS_STATUS_FAILED_DISABLING
A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. OPERATIONS_INSIGHTS_STATUS_FAILED_ENABLING
A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. OPERATIONS_INSIGHTS_STATUS_NOT_ENABLED
A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. operations_insights_connector_id
Gets the operations_insights_connector_id of this OperationsInsightsConfig. operations_insights_status
[Required] Gets the operations_insights_status of this OperationsInsightsConfig. Methods
__init__
(**kwargs)Initializes a new OperationsInsightsConfig object with values from keyword arguments. -
OPERATIONS_INSIGHTS_STATUS_DISABLING
= 'DISABLING'¶ A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. This constant has a value of “DISABLING”
-
OPERATIONS_INSIGHTS_STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. This constant has a value of “ENABLED”
-
OPERATIONS_INSIGHTS_STATUS_ENABLING
= 'ENABLING'¶ A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. This constant has a value of “ENABLING”
-
OPERATIONS_INSIGHTS_STATUS_FAILED_DISABLING
= 'FAILED_DISABLING'¶ A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. This constant has a value of “FAILED_DISABLING”
-
OPERATIONS_INSIGHTS_STATUS_FAILED_ENABLING
= 'FAILED_ENABLING'¶ A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. This constant has a value of “FAILED_ENABLING”
-
OPERATIONS_INSIGHTS_STATUS_NOT_ENABLED
= 'NOT_ENABLED'¶ A constant which can be used with the operations_insights_status property of a OperationsInsightsConfig. This constant has a value of “NOT_ENABLED”
-
__init__
(**kwargs)¶ Initializes a new OperationsInsightsConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - operations_insights_status (str) – The value to assign to the operations_insights_status property of this OperationsInsightsConfig. Allowed values for this property are: “ENABLING”, “ENABLED”, “DISABLING”, “NOT_ENABLED”, “FAILED_ENABLING”, “FAILED_DISABLING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- operations_insights_connector_id (str) – The value to assign to the operations_insights_connector_id property of this OperationsInsightsConfig.
-
operations_insights_connector_id
¶ Gets the operations_insights_connector_id of this OperationsInsightsConfig. The OCID of the
create_external_database_connector_details()
.Returns: The operations_insights_connector_id of this OperationsInsightsConfig. Return type: str
-
operations_insights_status
¶ [Required] Gets the operations_insights_status of this OperationsInsightsConfig. The status of Operations Insights
Allowed values for this property are: “ENABLING”, “ENABLED”, “DISABLING”, “NOT_ENABLED”, “FAILED_ENABLING”, “FAILED_DISABLING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The operations_insights_status of this OperationsInsightsConfig. Return type: str
-