Reference documentation and code samples for the Stackdriver Monitoring V3 Client class UptimeCheckRegion.
The regions from which an Uptime check can be run.
Protobuf type google.monitoring.v3.UptimeCheckRegion
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REGION_UNSPECIFIED
Value: 0
Default value if no region is specified. Will result in Uptime checks running from all regions.
Generated from protobuf enum REGION_UNSPECIFIED = 0;
USA
Value: 1
Allows checks to run from locations within the United States of America.
Generated from protobuf enum USA = 1;
EUROPE
Value: 2
Allows checks to run from locations within the continent of Europe.
Generated from protobuf enum EUROPE = 2;
SOUTH_AMERICA
Value: 3
Allows checks to run from locations within the continent of South America.
Generated from protobuf enum SOUTH_AMERICA = 3;
ASIA_PACIFIC
Value: 4
Allows checks to run from locations within the Asia Pacific area (ex: Singapore).
Generated from protobuf enum ASIA_PACIFIC = 4;