Frequency

enum Frequency : Enum<Frequency> , ConvertibleToJava<Frequency>

Frequency of a notification. Represents how long the notification will be silent after triggering an alert for a threshold breach. If not specified, the frequency will be set by default based on the timeGrain (Weekly when timeGrain: Last7Days, Monthly when timeGrain: Last30Days). Supported for CategoryType(s): ReservationUtilization.

Entries

Link copied to clipboard

After the threshold breaches and an Alert is fired, no further alerts will be sent until the next calendar day.

Link copied to clipboard

After the threshold breaches and an Alert is fired, no further alerts will be sent for 7 calendar days.

Link copied to clipboard

After the threshold breaches and an Alert is fired, no further alerts will be sent for 30 calendar days.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: Frequency
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): Frequency
Link copied to clipboard
fun valueOf(value: String): Frequency

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.