Class ListUptimeCheckIpsResponse (2.4.0)

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

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
RepeatedField<UptimeCheckIp>

Methods

GetEnumerator()

public IEnumerator<UptimeCheckIp> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<UptimeCheckIp>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator