MonitoringUptimeCheckRegion enum
Region selector for google_monitoring_uptime_check_config.selected_regions.
The Terraform schema declares selected_regions as a plain
list(string) (no enum_values block) — the valid set is documented
in the GCP Cloud Monitoring uptime check API reference. The values
below mirror that documented set. Callers that need a region not
covered here can still pass a raw TfArg<List<String>> via
GoogleMonitoringUptimeCheckConfig.selectedRegions (the API
surface accepts string values directly).
Values
- usa → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('USA') - usaOregon → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('USA_OREGON') - usaIowa → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('USA_IOWA') - usaVirginia → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('USA_VIRGINIA') - europe → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('EUROPE') - southAmerica → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('SOUTH_AMERICA') - asiaPacific → const MonitoringUptimeCheckRegion
-
const MonitoringUptimeCheckRegion('ASIA_PACIFIC')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terraformValue → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MonitoringUptimeCheckRegion> - A constant List of the values in this enum, in order of their declaration.