region property

String? region
getter/setter pair

A broad region category in which the IP address is located. Possible string values are:

  • "REGION_UNSPECIFIED" : Default value if no region is specified. Will result in Uptime checks running from all regions.
  • "USA" : Allows checks to run from locations within the United States of America.
  • "EUROPE" : Allows checks to run from locations within the continent of Europe.
  • "SOUTH_AMERICA" : Allows checks to run from locations within the continent of South America.
  • "ASIA_PACIFIC" : Allows checks to run from locations within the Asia Pacific area (ex: Singapore).
  • "USA_OREGON" : Allows checks to run from locations within the western United States of America
  • "USA_IOWA" : Allows checks to run from locations within the central United States of America
  • "USA_VIRGINIA" : Allows checks to run from locations within the eastern United States of America

Implementation

core.String? region;