Show / Hide Table of Contents

Class TlsRouteRouteAction

The specifications for routing traffic and applying associated policies.

Inheritance
object
TlsRouteRouteAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX