Google Cloud Network Services V1 Client - Class Mesh (0.1.1)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class Mesh.

Mesh represents a logical configuration grouping for workload to workload communication within a service mesh. Routes that point to mesh dictate how requests are routed within this logical mesh boundary.

Generated from protobuf message google.cloud.networkservices.v1.Mesh

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Required. Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/<mesh_name> .

↳ self_link
string

Output only. Server-defined URL of this resource

↳ create_time
Google\Protobuf\Timestamp

Output only. The timestamp when the resource was created.

↳ update_time
Google\Protobuf\Timestamp

Output only. The timestamp when the resource was updated.

↳ labels
array| Google\Protobuf\Internal\MapField

Optional. Set of label tags associated with the Mesh resource.

↳ description
string

Optional. A free-text description of the resource. Max length 1024 characters.

↳ interception_port
int

Optional. 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.

getName

Required. Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/<mesh_name> .

Returns
Type
Description
string

setName

Required. Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/<mesh_name> .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

Output only. Server-defined URL of this resource

Returns
Type
Description
string

Output only. Server-defined URL of this resource

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCreateTime

Output only. The timestamp when the resource was created.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. The timestamp when the resource was created.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

Output only. The timestamp when the resource was updated.

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when the resource was updated.

Parameter
Name
Description
Returns
Type
Description
$this

getLabels

Optional. Set of label tags associated with the Mesh resource.

Returns
Type
Description

setLabels

Optional. Set of label tags associated with the Mesh resource.

Parameter
Name
Description
Returns
Type
Description
$this

getDescription

Optional. A free-text description of the resource. Max length 1024 characters.

Returns
Type
Description
string

setDescription

Optional. A free-text description of the resource. Max length 1024 characters.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getInterceptionPort

Optional. 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.

Returns
Type
Description
int

setInterceptionPort

Optional. 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.

Parameter
Name
Description
var
int
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: