public sealed class ListRouteTablesRequest : IMessage<ListRouteTablesRequest>, IEquatable<ListRouteTablesRequest>, IDeepCloneable<ListRouteTablesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Connectivity v1 API class ListRouteTablesRequest.
Request for [HubService.ListRouteTables][google.cloud.networkconnectivity.v1.HubService.ListRouteTables] method.
Implements
IMessageListRouteTablesRequest, IEquatableListRouteTablesRequest, IDeepCloneableListRouteTablesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListRouteTablesRequest()
public ListRouteTablesRequest()
ListRouteTablesRequest(ListRouteTablesRequest)
public ListRouteTablesRequest(ListRouteTablesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRouteTablesRequest |
Properties
Filter
public string Filter { get; set; }
An expression that filters the list of results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Sort the results by a certain order.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of results to return per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource's name.
Property Value | |
---|---|
Type | Description |
string |
ParentAsHubName
public HubName ParentAsHubName { get; set; }
Property Value | |
---|---|
Type | Description |
HubName |