public sealed class ListGatewayAdvertisedRoutesRequest : IMessage<ListGatewayAdvertisedRoutesRequest>, IEquatable<ListGatewayAdvertisedRoutesRequest>, IDeepCloneable<ListGatewayAdvertisedRoutesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Connectivity v1beta API class ListGatewayAdvertisedRoutesRequest.
The request for [HubService.ListGatewayAdvertisedRoutes][google.cloud.networkconnectivity.v1beta.HubService.ListGatewayAdvertisedRoutes].
Implements
IMessageListGatewayAdvertisedRoutesRequest, IEquatableListGatewayAdvertisedRoutesRequest, IDeepCloneableListGatewayAdvertisedRoutesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
ListGatewayAdvertisedRoutesRequest()
public ListGatewayAdvertisedRoutesRequest()ListGatewayAdvertisedRoutesRequest(ListGatewayAdvertisedRoutesRequest)
public ListGatewayAdvertisedRoutesRequest(ListGatewayAdvertisedRoutesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGatewayAdvertisedRoutesRequest |
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; }Optional. The maximum number of results per page that should be returned.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous
ListGatewayAdvertisedRoutes call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListGatewayAdvertisedRoutes must match the call that provided 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 |
|
ParentAsSpokeName
public SpokeName ParentAsSpokeName { get; set; }| Property Value | |
|---|---|
| Type | Description |
SpokeName |
|