AlarmConditionSummary

class oci.stack_monitoring.models.AlarmConditionSummary(**kwargs)

Bases: object

Alarm condition summary information about alarm condition

Attributes

CONDITION_TYPE_AVAILABILITY A constant which can be used with the condition_type property of a AlarmConditionSummary.
CONDITION_TYPE_FIXED A constant which can be used with the condition_type property of a AlarmConditionSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a AlarmConditionSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a AlarmConditionSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a AlarmConditionSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a AlarmConditionSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a AlarmConditionSummary.
STATUS_APPLIED A constant which can be used with the status property of a AlarmConditionSummary.
STATUS_ERROR A constant which can be used with the status property of a AlarmConditionSummary.
STATUS_NOT_APPLIED A constant which can be used with the status property of a AlarmConditionSummary.
STATUS_PARTIAL_APPLIED A constant which can be used with the status property of a AlarmConditionSummary.
composite_type Gets the composite_type of this AlarmConditionSummary.
condition_type Gets the condition_type of this AlarmConditionSummary.
conditions [Required] Gets the conditions of this AlarmConditionSummary.
defined_tags Gets the defined_tags of this AlarmConditionSummary.
freeform_tags Gets the freeform_tags of this AlarmConditionSummary.
id [Required] Gets the id of this AlarmConditionSummary.
lifecycle_state [Required] Gets the lifecycle_state of this AlarmConditionSummary.
metric_name [Required] Gets the metric_name of this AlarmConditionSummary.
monitoring_template_id [Required] Gets the monitoring_template_id of this AlarmConditionSummary.
namespace [Required] Gets the namespace of this AlarmConditionSummary.
resource_type [Required] Gets the resource_type of this AlarmConditionSummary.
status [Required] Gets the status of this AlarmConditionSummary.
system_tags Gets the system_tags of this AlarmConditionSummary.
time_created Gets the time_created of this AlarmConditionSummary.
time_updated Gets the time_updated of this AlarmConditionSummary.

Methods

__init__(**kwargs) Initializes a new AlarmConditionSummary object with values from keyword arguments.
CONDITION_TYPE_AVAILABILITY = 'AVAILABILITY'

A constant which can be used with the condition_type property of a AlarmConditionSummary. This constant has a value of “AVAILABILITY”

CONDITION_TYPE_FIXED = 'FIXED'

A constant which can be used with the condition_type property of a AlarmConditionSummary. This constant has a value of “FIXED”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a AlarmConditionSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a AlarmConditionSummary. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a AlarmConditionSummary. This constant has a value of “DELETED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a AlarmConditionSummary. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a AlarmConditionSummary. This constant has a value of “UPDATING”

STATUS_APPLIED = 'APPLIED'

A constant which can be used with the status property of a AlarmConditionSummary. This constant has a value of “APPLIED”

STATUS_ERROR = 'ERROR'

A constant which can be used with the status property of a AlarmConditionSummary. This constant has a value of “ERROR”

STATUS_NOT_APPLIED = 'NOT_APPLIED'

A constant which can be used with the status property of a AlarmConditionSummary. This constant has a value of “NOT_APPLIED”

STATUS_PARTIAL_APPLIED = 'PARTIAL_APPLIED'

A constant which can be used with the status property of a AlarmConditionSummary. This constant has a value of “PARTIAL_APPLIED”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this AlarmConditionSummary.
  • monitoring_template_id (str) – The value to assign to the monitoring_template_id property of this AlarmConditionSummary.
  • composite_type (str) – The value to assign to the composite_type property of this AlarmConditionSummary.
  • namespace (str) – The value to assign to the namespace property of this AlarmConditionSummary.
  • resource_type (str) – The value to assign to the resource_type property of this AlarmConditionSummary.
  • metric_name (str) – The value to assign to the metric_name property of this AlarmConditionSummary.
  • condition_type (str) – The value to assign to the condition_type property of this AlarmConditionSummary. Allowed values for this property are: “FIXED”, “AVAILABILITY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • conditions (list[oci.stack_monitoring.models.Condition]) – The value to assign to the conditions property of this AlarmConditionSummary.
  • status (str) – The value to assign to the status property of this AlarmConditionSummary. Allowed values for this property are: “NOT_APPLIED”, “APPLIED”, “PARTIAL_APPLIED”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AlarmConditionSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this AlarmConditionSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this AlarmConditionSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AlarmConditionSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AlarmConditionSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AlarmConditionSummary.
composite_type

Gets the composite_type of this AlarmConditionSummary. The OCID of the composite resource type like EBS/PEOPLE_SOFT.

Returns:The composite_type of this AlarmConditionSummary.
Return type:str
condition_type

Gets the condition_type of this AlarmConditionSummary. Type of alarm condition type.

Allowed values for this property are: “FIXED”, “AVAILABILITY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The condition_type of this AlarmConditionSummary.
Return type:str
conditions

[Required] Gets the conditions of this AlarmConditionSummary. Alarm conditions

Returns:The conditions of this AlarmConditionSummary.
Return type:list[oci.stack_monitoring.models.Condition]
defined_tags

Gets the defined_tags of this AlarmConditionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this AlarmConditionSummary.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this AlarmConditionSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this AlarmConditionSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this AlarmConditionSummary. The OCID of the Alarm Condition

Returns:The id of this AlarmConditionSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this AlarmConditionSummary. The current lifecycle state of the alarm condition.

Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this AlarmConditionSummary.
Return type:str
metric_name

[Required] Gets the metric_name of this AlarmConditionSummary. The metric name.

Returns:The metric_name of this AlarmConditionSummary.
Return type:str
monitoring_template_id

[Required] Gets the monitoring_template_id of this AlarmConditionSummary. The OCID of the monitoring template.

Returns:The monitoring_template_id of this AlarmConditionSummary.
Return type:str
namespace

[Required] Gets the namespace of this AlarmConditionSummary. The stack monitoring service or application emitting the metric that is evaluated by the alarm.

Returns:The namespace of this AlarmConditionSummary.
Return type:str
resource_type

[Required] Gets the resource_type of this AlarmConditionSummary. The resource group OCID.

Returns:The resource_type of this AlarmConditionSummary.
Return type:str
status

[Required] Gets the status of this AlarmConditionSummary. The current status of the alarm condition i.e. whether it is Applied or Not Applied

Allowed values for this property are: “NOT_APPLIED”, “APPLIED”, “PARTIAL_APPLIED”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this AlarmConditionSummary.
Return type:str
system_tags

Gets the system_tags of this AlarmConditionSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this AlarmConditionSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this AlarmConditionSummary. The date and time the monitoringTemplate was created. Format defined by RFC3339.

Returns:The time_created of this AlarmConditionSummary.
Return type:datetime
time_updated

Gets the time_updated of this AlarmConditionSummary. The date and time the monitoringTemplate was updated. Format defined by RFC3339.

Returns:The time_updated of this AlarmConditionSummary.
Return type:datetime