public sealed class ListRoutersResponse : IPageResponse<Router>, IEnumerable<Router>, IEnumerable, IMessage<ListRoutersResponse>, IEquatable<ListRoutersResponse>, IDeepCloneable<ListRoutersResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class ListRoutersResponse.
Message for response to listing Routers
Implements
IPageResponseRouter, IEnumerableRouter, IEnumerable, IMessageListRoutersResponse, IEquatableListRoutersResponse, IDeepCloneableListRoutersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
ListRoutersResponse()
public ListRoutersResponse()
ListRoutersResponse(ListRoutersResponse)
public ListRoutersResponse(ListRoutersResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRoutersResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Routers
public RepeatedField<Router> Routers { get; }
The list of Router
Property Value | |
---|---|
Type | Description |
RepeatedFieldRouter |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Router> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRouter |