Class: Google::Cloud::Monitoring::V3::UptimeCheckIp
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UptimeCheckIp
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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::Cloud::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 fully specified 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.
591 592 593 594 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 591 class UptimeCheckIp include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
591 592 593 594 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 591 class UptimeCheckIp include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckRegion
Returns A broad region category in which the IP address is located.
591 592 593 594 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 591 class UptimeCheckIp include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |