ProjectsLocationsNetworkconnectivityGlobalHubsRouteTables
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)
ListRouteTablesResponse
listProjectsLocationsNetworkconnectivityGlobalHubsRouteTables(string $parent, array $optParams = [])
Lists route tables in a given hub.
(routeTables.listProjectsLocationsNetworkconnectivityGlobalHubsRouteTables)