Class TlsRoute
TlsRoute defines how traffic should be routed based on SNI and other matching L3 attributes.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class TlsRoute : IDirectResponseSchema
Properties
CreateTime
Output only. The timestamp when the resource was created.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
Description
Optional. A free-text description of the resource. Max length 1024 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gateways
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/
Declaration
[JsonProperty("gateways")]
public virtual IList<string> Gateways { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Meshes
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
Declaration
[JsonProperty("meshes")]
public virtual IList<string> Meshes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
Required. Name of the TlsRoute resource. It matches pattern
projects/*/locations/global/tlsRoutes/tls_route_name>
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Rules
Required. 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.
Declaration
[JsonProperty("rules")]
public virtual IList<TlsRouteRouteRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<TlsRouteRouteRule> |
SelfLink
Output only. Server-defined URL of this resource
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
Output only. The timestamp when the resource was updated.
Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |