Network Connectivity v1beta API - Class ListGatewayAdvertisedRoutesRequest (1.0.0-beta01)

public sealed class ListGatewayAdvertisedRoutesRequest : IMessage<ListGatewayAdvertisedRoutesRequest>, IEquatable<ListGatewayAdvertisedRoutesRequest>, IDeepCloneable<ListGatewayAdvertisedRoutesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Network Connectivity v1beta API class ListGatewayAdvertisedRoutesRequest.

The request for [HubService.ListGatewayAdvertisedRoutes][google.cloud.networkconnectivity.v1beta.HubService.ListGatewayAdvertisedRoutes].

Inheritance

object > ListGatewayAdvertisedRoutesRequest

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

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; }

SpokeName-typed view over the Parent resource name property.

Property Value
Type Description
SpokeName