Skip to main content

tls_routes

Overview

Nametls_routes
TypeResource
Idgoogle.networkservices.tls_routes

Fields

NameDatatypeDescription
namestringRequired. Name of the TlsRoute resource. It matches pattern projects/*/locations/global/tlsRoutes/tls_route_name>.
descriptionstringOptional. A free-text description of the resource. Max length 1024 characters.
gatewaysarrayOptional. Gateways defines a list of gateways this TlsRoute is attached to, as one of the routing rules to route the requests served by the gateway. Each gateway reference should match the pattern: projects/*/locations/global/gateways/
meshesarrayOptional. Meshes defines a list of meshes this TlsRoute is attached to, as one of the routing rules to route the requests served by the mesh. Each mesh reference should match the pattern: projects/*/locations/global/meshes/ The attached Mesh should be of a type SIDECAR
createTimestringOutput only. The timestamp when the resource was created.
labelsobjectOptional. Set of label tags associated with the TlsRoute resource.
rulesarrayRequired. Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.
selfLinkstringOutput only. Server-defined URL of this resource
updateTimestringOutput only. The timestamp when the resource was updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, tlsRoutesIdGets details of a single TlsRoute.
listSELECTlocationsId, projectsIdLists TlsRoute in a given project and location.
createINSERTlocationsId, projectsIdCreates a new TlsRoute in a given project and location.
deleteDELETElocationsId, projectsId, tlsRoutesIdDeletes a single TlsRoute.
_listEXEClocationsId, projectsIdLists TlsRoute in a given project and location.
patchEXEClocationsId, projectsId, tlsRoutesIdUpdates the parameters of a single TlsRoute.