Class ListUptimeCheckIpsResponse (2.6.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
Name Description
other ListUptimeCheckIpsResponse

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
Type Description
String

UptimeCheckIps

public RepeatedField<UptimeCheckIp> UptimeCheckIps { get; }

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

Property Value
Type Description
RepeatedField<UptimeCheckIp>

Methods

GetEnumerator()

public IEnumerator<UptimeCheckIp> GetEnumerator()

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

Returns
Type Description
IEnumerator<UptimeCheckIp>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator