Class: Google::Monitoring::V3::UptimeCheckIp

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

Returns 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.

Returns:

  • (String)

    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.



202
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 202

class UptimeCheckIp; end

#locationString

Returns 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.

Returns:

  • (String)

    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.



202
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 202

class UptimeCheckIp; end

#regionGoogle::Monitoring::V3::UptimeCheckRegion

Returns A broad region category in which the IP address is located.

Returns:



202
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 202

class UptimeCheckIp; end