class ProjectsLocationsNetworkconnectivityGlobalHubsRouteTables extends Resource (View source)

The "routeTables" collection of methods.

Typical usage is:

 $networkconnectivityService = new Google\Service\Networkconnectivity(...);
 $routeTables = $networkconnectivityService->projects_locations_global_hubs_routeTables;

Methods

get(string $name, array $optParams = [])

Gets details about a Network Connectivity Center route table.

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

Lists route tables in a given hub.

Details

RouteTable get(string $name, array $optParams = [])

Gets details about a Network Connectivity Center route table.

(routeTables.get)

Parameters

string $name

Required. The name of the route table resource.

array $optParams

Optional parameters.

Return Value

RouteTable

Exceptions

Exception

ListRouteTablesResponse listProjectsLocationsNetworkconnectivityGlobalHubsRouteTables(string $parent, array $optParams = [])

Lists route tables in a given hub.

(routeTables.listProjectsLocationsNetworkconnectivityGlobalHubsRouteTables)

Parameters

string $parent

Required. The parent resource's name.

array $optParams

Optional parameters.

Return Value

ListRouteTablesResponse

Exceptions

Exception