Network Services v1 API - Class ListGatewayRouteViewsRequest (1.1.0)

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

Reference documentation and code samples for the Network Services v1 API class ListGatewayRouteViewsRequest.

Request used with the ListGatewayRouteViews method.

Inheritance

object > ListGatewayRouteViewsRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListGatewayRouteViewsRequest()

public ListGatewayRouteViewsRequest()

ListGatewayRouteViewsRequest(ListGatewayRouteViewsRequest)

public ListGatewayRouteViewsRequest(ListGatewayRouteViewsRequest other)
Parameter
Name Description
other ListGatewayRouteViewsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of GatewayRouteViews to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListGatewayRouteViewsResponse Indicates that this is a continuation of a prior ListGatewayRouteViews call, and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The Gateway to which a Route is associated. Formats: projects/{project}/locations/{location}/gateways/{gateway}

Property Value
Type Description
string

ParentAsGatewayName

public GatewayName ParentAsGatewayName { get; set; }

GatewayName-typed view over the Parent resource name property.

Property Value
Type Description
GatewayName