Class: Google::Monitoring::V3::UptimeCheckIp
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::UptimeCheckIp
- 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
-
#ip_address ⇒ String
The IP address from which the uptime check originates.
-
#location ⇒ 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.
-
#region ⇒ Google::Monitoring::V3::UptimeCheckRegion
A broad region category in which the IP address is located.
Instance Attribute Details
#ip_address ⇒ String
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.
202 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 202 class UptimeCheckIp; end |
#location ⇒ String
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.
202 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 202 class UptimeCheckIp; end |
#region ⇒ Google::Monitoring::V3::UptimeCheckRegion
Returns A broad region category in which the IP address is located.
202 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 202 class UptimeCheckIp; end |