public sealed class ListRouteTablesResponse : IMessage<ListRouteTablesResponse>, IEquatable<ListRouteTablesResponse>, IDeepCloneable<ListRouteTablesResponse>, IBufferMessage, IMessage, IPageResponse<RouteTable>, IEnumerable<RouteTable>, IEnumerableReference documentation and code samples for the Network Connectivity v1 API class ListRouteTablesResponse.
Response for [HubService.ListRouteTables][google.cloud.networkconnectivity.v1.HubService.ListRouteTables] method.
Implements
IMessageListRouteTablesResponse, IEquatableListRouteTablesResponse, IDeepCloneableListRouteTablesResponse, IBufferMessage, IMessage, IPageResponseRouteTable, IEnumerableRouteTable, IEnumerableNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListRouteTablesResponse()
public ListRouteTablesResponse()ListRouteTablesResponse(ListRouteTablesResponse)
public ListRouteTablesResponse(ListRouteTablesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRouteTablesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RouteTables
public RepeatedField<RouteTable> RouteTables { get; }The requested route tables.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRouteTable |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Hubs that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<RouteTable> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorRouteTable |
|