GetTlsRouteResult

data class GetTlsRouteResult(val createTime: String, val description: String, val gateways: List<String>, val meshes: List<String>, val name: String, val rules: List<TlsRouteRouteRuleResponse>, val selfLink: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetTlsRouteResult(createTime: String, description: String, gateways: List<String>, meshes: List<String>, name: String, rules: List<TlsRouteRouteRuleResponse>, 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. Gateways defines a list of gateways this TlsRoute 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

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

Name of the TlsRoute resource. It matches pattern projects/*/locations/global/tlsRoutes/tls_route_name>.

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

Server-defined URL of this resource

Link copied to clipboard

The timestamp when the resource was updated. //*/