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]
Implements
IMessageListPeeringRoutesRequest, IEquatableListPeeringRoutesRequest, IDeepCloneableListPeeringRoutesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ListPeeringRoutesRequest()
public ListPeeringRoutesRequest()
ListPeeringRoutesRequest(ListPeeringRoutesRequest)
public ListPeeringRoutesRequest(ListPeeringRoutesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListPeeringRoutesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsNetworkPeeringName
public NetworkPeeringName ParentAsNetworkPeeringName { get; set; }
NetworkPeeringName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
NetworkPeeringName |