StackMonitoringConfig

class oci.database.models.StackMonitoringConfig(**kwargs)

Bases: object

The configuration of Stack Monitoring for the external database.

Attributes

STACK_MONITORING_STATUS_DISABLING A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig.
STACK_MONITORING_STATUS_ENABLED A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig.
STACK_MONITORING_STATUS_ENABLING A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig.
STACK_MONITORING_STATUS_FAILED_DISABLING A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig.
STACK_MONITORING_STATUS_FAILED_ENABLING A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig.
STACK_MONITORING_STATUS_NOT_ENABLED A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig.
stack_monitoring_connector_id Gets the stack_monitoring_connector_id of this StackMonitoringConfig.
stack_monitoring_status [Required] Gets the stack_monitoring_status of this StackMonitoringConfig.

Methods

__init__(**kwargs) Initializes a new StackMonitoringConfig object with values from keyword arguments.
STACK_MONITORING_STATUS_DISABLING = 'DISABLING'

A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig. This constant has a value of “DISABLING”

STACK_MONITORING_STATUS_ENABLED = 'ENABLED'

A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig. This constant has a value of “ENABLED”

STACK_MONITORING_STATUS_ENABLING = 'ENABLING'

A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig. This constant has a value of “ENABLING”

STACK_MONITORING_STATUS_FAILED_DISABLING = 'FAILED_DISABLING'

A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig. This constant has a value of “FAILED_DISABLING”

STACK_MONITORING_STATUS_FAILED_ENABLING = 'FAILED_ENABLING'

A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig. This constant has a value of “FAILED_ENABLING”

STACK_MONITORING_STATUS_NOT_ENABLED = 'NOT_ENABLED'

A constant which can be used with the stack_monitoring_status property of a StackMonitoringConfig. This constant has a value of “NOT_ENABLED”

__init__(**kwargs)

Initializes a new StackMonitoringConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • stack_monitoring_status (str) – The value to assign to the stack_monitoring_status property of this StackMonitoringConfig. 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’.
  • stack_monitoring_connector_id (str) – The value to assign to the stack_monitoring_connector_id property of this StackMonitoringConfig.
stack_monitoring_connector_id

Gets the stack_monitoring_connector_id of this StackMonitoringConfig. The OCID of the create_external_database_connector_details().

Returns:The stack_monitoring_connector_id of this StackMonitoringConfig.
Return type:str
stack_monitoring_status

[Required] Gets the stack_monitoring_status of this StackMonitoringConfig. The status of Stack Monitoring.

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 stack_monitoring_status of this StackMonitoringConfig.
Return type:str