Class TcpRouteRouteAction
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 TcpRouteRouteAction : IDirectResponseSchema
Properties
Destinations
Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.
Declaration
[JsonProperty("destinations")]
public virtual IList<TcpRouteRouteDestination> Destinations { get; set; }
Property Value
Type | Description |
---|---|
IList<TcpRouteRouteDestination> |
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 30 seconds. If set to 0s, the timeout will be disabled.
Declaration
[JsonProperty("idleTimeout")]
public virtual object IdleTimeout { get; set; }
Property Value
Type | Description |
---|---|
object |
OriginalDestination
Optional. If true, Router will use the destination IP and port of the original connection as the destination of the request. Default is false. Only one of route destinations or original destination can be set.
Declaration
[JsonProperty("originalDestination")]
public virtual bool? OriginalDestination { get; set; }
Property Value
Type | Description |
---|---|
bool? |