VMware Engine v1 API - Class ListPrivateConnectionPeeringRoutesRequest (1.3.0)

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

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

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

Inheritance

object > ListPrivateConnectionPeeringRoutesRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListPrivateConnectionPeeringRoutesRequest()

public ListPrivateConnectionPeeringRoutesRequest()

ListPrivateConnectionPeeringRoutesRequest(ListPrivateConnectionPeeringRoutesRequest)

public ListPrivateConnectionPeeringRoutesRequest(ListPrivateConnectionPeeringRoutesRequest other)
Parameter
NameDescription
otherListPrivateConnectionPeeringRoutesRequest

Properties

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 ListPrivateConnectionPeeringRoutes call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPrivateConnectionPeeringRoutes 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 private connection 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/us-west1/privateConnections/my-connection

Property Value
TypeDescription
string

ParentAsPrivateConnectionName

public PrivateConnectionName ParentAsPrivateConnectionName { get; set; }

PrivateConnectionName-typed view over the Parent resource name property.

Property Value
TypeDescription
PrivateConnectionName