google_api_monitoring v0.9.0 GoogleApi.Monitoring.V3.Model.UptimeCheckIp View Source

Contains the region, location, and list of IP addresses where checkers in the location run from.

Attributes

  • ipAddress (String.t): The IP address from which the uptime check originates. This is a full IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely and should support interpreting this field in either IPv4 or IPv6 format. Defaults to: null.
  • location (String.t): A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category. Defaults to: null.
  • region (String.t): A broad region category in which the IP address is located. Defaults to: null.

    • Enum - one of [REGION_UNSPECIFIED, USA, EUROPE, SOUTH_AMERICA, ASIA_PACIFIC]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Monitoring.V3.Model.UptimeCheckIp{
  ipAddress: any(),
  location: any(),
  region: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.