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.
Implements
IPageResponseUptimeCheckIp, IEnumerableUptimeCheckIp, IEnumerable, IMessageListUptimeCheckIpsResponse, IEquatableListUptimeCheckIpsResponse, IDeepCloneableListUptimeCheckIpsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
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 |
RepeatedFieldUptimeCheckIp |
Methods
GetEnumerator()
public IEnumerator<UptimeCheckIp> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUptimeCheckIp |