VMware Engine v1 API - Class ListPeeringRoutesRequest (1.3.0)

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

Reference documentation and code samples for the VMware Engine v1 API class ListPeeringRoutesRequest.

Request message for [VmwareEngine.ListPeeringRoutes][google.cloud.vmwareengine.v1.VmwareEngine.ListPeeringRoutes]

Inheritance

object > ListPeeringRoutesRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListPeeringRoutesRequest()

public ListPeeringRoutesRequest()

ListPeeringRoutesRequest(ListPeeringRoutesRequest)

public ListPeeringRoutesRequest(ListPeeringRoutesRequest other)
Parameter
NameDescription
otherListPeeringRoutesRequest

Properties

Filter

public string Filter { get; set; }

A filter expression that matches resources returned in the response. Currently, only filtering on the direction field is supported. To return routes imported from the peer network, provide "direction=INCOMING". To return routes exported from the VMware Engine network, provide "direction=OUTGOING". Other filter expressions return an error.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of peering routes to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListPeeringRoutes call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPeeringRoutes must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the network peering to retrieve peering routes from. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/global/networkPeerings/my-peering

Property Value
TypeDescription
string

ParentAsNetworkPeeringName

public NetworkPeeringName ParentAsNetworkPeeringName { get; set; }

NetworkPeeringName-typed view over the Parent resource name property.

Property Value
TypeDescription
NetworkPeeringName