GetMeshResult

data class GetMeshResult(val createTime: String, val description: String, val interceptionPort: Int, val labels: Map<String, String>, val name: String, val selfLink: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetMeshResult(createTime: String, description: String, interceptionPort: Int, labels: Map<String, String>, name: String, selfLink: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the resource was created.

Link copied to clipboard

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

Link copied to clipboard

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 will is applicable only for sidecar proxy deployments.

Link copied to clipboard

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

Link copied to clipboard

Name of the Mesh resource. It matches pattern projects/*/locations/global/meshes/.

Link copied to clipboard

Server-defined URL of this resource

Link copied to clipboard

The timestamp when the resource was updated. */