Enum UptimeCheckRegion (3.42.0)

public enum UptimeCheckRegion extends Enum<UptimeCheckRegion> implements ProtocolMessageEnum

The regions from which an Uptime check can be run.

Protobuf enum google.monitoring.v3.UptimeCheckRegion

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ASIA_PACIFIC

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

ASIA_PACIFIC = 4;

ASIA_PACIFIC_VALUE

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

ASIA_PACIFIC = 4;

EUROPE

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

EUROPE = 2;

EUROPE_VALUE

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

EUROPE = 2;

REGION_UNSPECIFIED

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

REGION_UNSPECIFIED = 0;

REGION_UNSPECIFIED_VALUE

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

REGION_UNSPECIFIED = 0;

SOUTH_AMERICA

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

SOUTH_AMERICA = 3;

SOUTH_AMERICA_VALUE

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

SOUTH_AMERICA = 3;

UNRECOGNIZED
USA

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

USA = 1;

USA_IOWA

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

USA_IOWA = 6;

USA_IOWA_VALUE

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

USA_IOWA = 6;

USA_OREGON

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

USA_OREGON = 5;

USA_OREGON_VALUE

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

USA_OREGON = 5;

USA_VALUE

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

USA = 1;

USA_VIRGINIA

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

USA_VIRGINIA = 7;

USA_VIRGINIA_VALUE

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

USA_VIRGINIA = 7;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()