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

create(string $parent, TlsRoute $postBody, array $optParams = [])

Creates a new TlsRoute in a given project and location. (tlsRoutes.create)

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

Deletes a single TlsRoute. (tlsRoutes.delete)

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.

patch(string $name, TlsRoute $postBody, array $optParams = [])

Updates the parameters of a single TlsRoute. (tlsRoutes.patch)

Details

Operation create(string $parent, TlsRoute $postBody, array $optParams = [])

Creates a new TlsRoute in a given project and location. (tlsRoutes.create)

Parameters

string $parent

Required. The parent resource of the TlsRoute. Must be in the format projects/locations/global.

TlsRoute $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation delete(string $name, array $optParams = [])

Deletes a single TlsRoute. (tlsRoutes.delete)

Parameters

string $name

Required. A name of the TlsRoute to delete. Must be in the format projects/locations/global/tlsRoutes.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

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

Gets details of a single TlsRoute. (tlsRoutes.get)

Parameters

string $name

Required. A name of the TlsRoute to get. Must be in the format projects/locations/global/tlsRoutes.

array $optParams

Optional parameters.

Return Value

TlsRoute

Exceptions

Exception

ListTlsRoutesResponse listProjectsLocationsTlsRoutes(string $parent, array $optParams = [])

Lists TlsRoute in a given project and location.

(tlsRoutes.listProjectsLocationsTlsRoutes)

Parameters

string $parent

Required. The project and location from which the TlsRoutes should be listed, specified in the format projects/locations/global.

array $optParams

Optional parameters.

Return Value

ListTlsRoutesResponse

Exceptions

Exception

Operation patch(string $name, TlsRoute $postBody, array $optParams = [])

Updates the parameters of a single TlsRoute. (tlsRoutes.patch)

Parameters

string $name

Identifier. Name of the TlsRoute resource. It matches pattern projects/locations/global/tlsRoutes/tls_route_name>.

TlsRoute $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception