Google Cloud Monitoring v3 API - Class ListUptimeCheckIpsResponse (3.8.0)

public sealed class ListUptimeCheckIpsResponse : IPageResponse<UptimeCheckIp>, IEnumerable<UptimeCheckIp>, IEnumerable, IMessage<ListUptimeCheckIpsResponse>, IEquatable<ListUptimeCheckIpsResponse>, IDeepCloneable<ListUptimeCheckIpsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class ListUptimeCheckIpsResponse.

The protocol for the ListUptimeCheckIps response.

Inheritance

object > ListUptimeCheckIpsResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListUptimeCheckIpsResponse()

public ListUptimeCheckIpsResponse()

ListUptimeCheckIpsResponse(ListUptimeCheckIpsResponse)

public ListUptimeCheckIpsResponse(ListUptimeCheckIpsResponse other)
Parameter
NameDescription
otherListUptimeCheckIpsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

UptimeCheckIps

public RepeatedField<UptimeCheckIp> UptimeCheckIps { get; }

The returned list of IP addresses (including region and location) that the checkers run from.

Property Value
TypeDescription
RepeatedFieldUptimeCheckIp

Methods

GetEnumerator()

public IEnumerator<UptimeCheckIp> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorUptimeCheckIp