TcpRoute

class TcpRoute : KotlinCustomResource

Creates a new TcpRoute in a given project and location.

Properties

Link copied to clipboard
val createTime: Output<String>

The timestamp when the resource was created.

Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard
val gateways: Output<List<String>>

Optional. Gateways defines a list of gateways this TcpRoute 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/ */

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

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

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val meshes: Output<List<String>>

Optional. Meshes defines a list of meshes this TcpRoute 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 */

Link copied to clipboard
val name: Output<String>

Name of the TcpRoute resource. It matches pattern projects/*/locations/global/tcpRoutes/tcp_route_name>. */

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
val selfLink: Output<String>

Server-defined URL of this resource

Link copied to clipboard
val tcpRouteId: Output<String>

Required. Short name of the TcpRoute resource to be created. E.g. TODO(Add an example).

Link copied to clipboard
val updateTime: Output<String>

The timestamp when the resource was updated.

Link copied to clipboard
val urn: Output<String>