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

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



369
370
371
372
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 369

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.

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.



369
370
371
372
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 369

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.

Returns:



369
370
371
372
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 369

class UptimeCheckIp
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end