UptimeCheckConfigSelectedRegionsItem

enum UptimeCheckConfigSelectedRegionsItem : Enum<UptimeCheckConfigSelectedRegionsItem> , ConvertibleToJava<UptimeCheckConfigSelectedRegionsItem>

Entries

Link copied to clipboard

Default value if no region is specified. Will result in Uptime checks running from all regions.

Link copied to clipboard

Allows checks to run from locations within the United States of America.

Link copied to clipboard

Allows checks to run from locations within the continent of Europe.

Link copied to clipboard

Allows checks to run from locations within the continent of South America.

Link copied to clipboard

Allows checks to run from locations within the Asia Pacific area (ex: Singapore).

Link copied to clipboard

Allows checks to run from locations within the western United States of America

Link copied to clipboard

Allows checks to run from locations within the central United States of America

Link copied to clipboard

Allows checks to run from locations within the eastern United States of America

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): UptimeCheckConfigSelectedRegionsItem
Link copied to clipboard

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.

Properties

Link copied to clipboard
val javaValue: UptimeCheckConfigSelectedRegionsItem
Link copied to clipboard
Link copied to clipboard