SuppressionCondition

class oci.monitoring.models.SuppressionCondition(**kwargs)

Bases: object

Precondition for an alarm suppression within the suppression date and time range (timeSuppressFrom to timeSuppressUntil).

Attributes

CONDITION_TYPE_RECURRENCE A constant which can be used with the condition_type property of a SuppressionCondition.
condition_type [Required] Gets the condition_type of this SuppressionCondition.

Methods

__init__(**kwargs) Initializes a new SuppressionCondition object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
CONDITION_TYPE_RECURRENCE = 'RECURRENCE'

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

__init__(**kwargs)

Initializes a new SuppressionCondition object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:condition_type (str) – The value to assign to the condition_type property of this SuppressionCondition. Allowed values for this property are: “RECURRENCE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
condition_type

[Required] Gets the condition_type of this SuppressionCondition. Type of suppression condition.

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

Returns:The condition_type of this SuppressionCondition.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.