Skip to main content

meshes

Overview

Namemeshes
TypeResource
Idgoogle.networkservices.meshes

Fields

NameDatatypeDescription
namestringRequired. Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/.
descriptionstringOptional. A free-text description of the resource. Max length 1024 characters.
createTimestringOutput only. The timestamp when the resource was created.
interceptionPortintegerOptional. If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to listen on the specified port of localhost (127.0.0.1) address. The SIDECAR proxy will expect all traffic to be redirected to this port regardless of its actual ip:port destination. If unset, a port '15001' is used as the interception port. This is applicable only for sidecar proxy deployments.
labelsobjectOptional. Set of label tags associated with the Mesh resource.
selfLinkstringOutput only. Server-defined URL of this resource
updateTimestringOutput only. The timestamp when the resource was updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, meshesId, projectsIdGets details of a single Mesh.
listSELECTlocationsId, projectsIdLists Meshes in a given project and location.
createINSERTlocationsId, projectsIdCreates a new Mesh in a given project and location.
deleteDELETElocationsId, meshesId, projectsIdDeletes a single Mesh.
_listEXEClocationsId, projectsIdLists Meshes in a given project and location.
patchEXEClocationsId, meshesId, projectsIdUpdates the parameters of a single Mesh.