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 \ V1Methods
__construct
Constructor.
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
↳ update_time
↳ 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>
.
string
setName
Required. Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/<mesh_name>
.
var
string
$this
getSelfLink
Output only. Server-defined URL of this resource
string
setSelfLink
Output only. Server-defined URL of this resource
var
string
$this
getCreateTime
Output only. The timestamp when the resource was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp when the resource was created.
$this
getUpdateTime
Output only. The timestamp when the resource was updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp when the resource was updated.
$this
getLabels
Optional. Set of label tags associated with the Mesh resource.
setLabels
Optional. Set of label tags associated with the Mesh resource.
$this
getDescription
Optional. A free-text description of the resource. Max length 1024 characters.
string
setDescription
Optional. A free-text description of the resource. Max length 1024 characters.
var
string
$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.
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.
var
int
$this