Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UptimeCheckIp.
Contains the region, location, and list of IP addresses where checkers in the location run from.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_address
def ip_address() -> ::String
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.
#ip_address=
def ip_address=(value) -> ::String
Parameter
- value (::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.
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.
#location
def location() -> ::String
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.
#location=
def location=(value) -> ::String
Parameter
- value (::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.
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.
#region
def region() -> ::Google::Cloud::Monitoring::V3::UptimeCheckRegion
Returns
- (::Google::Cloud::Monitoring::V3::UptimeCheckRegion) — A broad region category in which the IP address is located.
#region=
def region=(value) -> ::Google::Cloud::Monitoring::V3::UptimeCheckRegion
Parameter
- value (::Google::Cloud::Monitoring::V3::UptimeCheckRegion) — A broad region category in which the IP address is located.
Returns
- (::Google::Cloud::Monitoring::V3::UptimeCheckRegion) — A broad region category in which the IP address is located.