Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PrivateConnectionsResource.PeeringRoutesResource

The "peeringRoutes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PrivateConnectionsResource.PeeringRoutesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMwareEngine.v1
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.PrivateConnectionsResource.PeeringRoutesResource

Constructors

PeeringRoutesResource(IClientService)

Constructs a new resource.

Declaration
public PeeringRoutesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the private connection routes exchanged over a peering connection.

Declaration
public virtual ProjectsResource.LocationsResource.PrivateConnectionsResource.PeeringRoutesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.PrivateConnectionsResource.PeeringRoutesResource.ListRequest
In this article
Back to top Generated by DocFX