Class TlsRouteRouteAction
The specifications for routing traffic and applying associated policies.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class TlsRouteRouteAction : IDirectResponseSchema
Properties
Destinations
Required. The destination services to which traffic should be forwarded. At least one destination service is required.
Declaration
[JsonProperty("destinations")]
public virtual IList<TlsRouteRouteDestination> Destinations { get; set; }
Property Value
Type | Description |
---|---|
IList<TlsRouteRouteDestination> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdleTimeout
Optional. Specifies the idle timeout for the selected route. The idle timeout is defined as the period in which there are no bytes sent or received on either the upstream or downstream connection. If not set, the default idle timeout is 1 hour. If set to 0s, the timeout will be disabled.
Declaration
[JsonProperty("idleTimeout")]
public virtual object IdleTimeout { get; set; }
Property Value
Type | Description |
---|---|
object |