ProjectsLocationsTlsRoutes
class ProjectsLocationsTlsRoutes extends Resource (View source)
The "tlsRoutes" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$tlsRoutes = $networkservicesService->projects_locations_tlsRoutes;
Methods
get(string $name, array $optParams = [])
Gets details of a single TlsRoute. (tlsRoutes.get)
listProjectsLocationsTlsRoutes(string $parent, array $optParams = [])
Lists TlsRoute in a given project and location.
Details
Operation
create(string $parent, TlsRoute $postBody, array $optParams = [])
Creates a new TlsRoute in a given project and location. (tlsRoutes.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single TlsRoute. (tlsRoutes.delete)
TlsRoute
get(string $name, array $optParams = [])
Gets details of a single TlsRoute. (tlsRoutes.get)
ListTlsRoutesResponse
listProjectsLocationsTlsRoutes(string $parent, array $optParams = [])
Lists TlsRoute in a given project and location.
(tlsRoutes.listProjectsLocationsTlsRoutes)