Class: Google::Monitoring::V3::ListUptimeCheckIpsResponse
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::ListUptimeCheckIpsResponse
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the +ListUptimeCheckIps+ response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
This field represents the pagination token to retrieve the next page of results.
-
#uptime_check_ips ⇒ Array<Google::Monitoring::V3::UptimeCheckIp>
The returned list of IP addresses (including region and location) that the checkers run from.
Instance Attribute Details
#next_page_token ⇒ String
Returns This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented
128 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 128 class ListUptimeCheckIpsResponse; end |
#uptime_check_ips ⇒ Array<Google::Monitoring::V3::UptimeCheckIp>
Returns The returned list of IP addresses (including region and location) that the checkers run from.
128 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 128 class ListUptimeCheckIpsResponse; end |