class ProjectsLocationsPrivateConnectionsPeeringRoutes extends Resource (View source)

The "peeringRoutes" collection of methods.

Typical usage is:

 $vmwareengineService = new Google\Service\VMwareEngine(...);
 $peeringRoutes = $vmwareengineService->projects_locations_privateConnections_peeringRoutes;

Methods

listProjectsLocationsPrivateConnectionsPeeringRoutes(string $parent, array $optParams = [])

Lists the private connection routes exchanged over a peering connection.

Details

ListPrivateConnectionPeeringRoutesResponse listProjectsLocationsPrivateConnectionsPeeringRoutes(string $parent, array $optParams = [])

Lists the private connection routes exchanged over a peering connection.

(peeringRoutes.listProjectsLocationsPrivateConnectionsPeeringRoutes)

Parameters

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

array $optParams

Optional parameters.

Return Value

ListPrivateConnectionPeeringRoutesResponse

Exceptions

Exception