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



372
373
374
375
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 372

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

#location::String



372
373
374
375
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 372

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

#region::Google::Cloud::Monitoring::V3::UptimeCheckRegion



372
373
374
375
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 372

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