Share via


ClientIPConfigV1.TimeoutSeconds Property

Definition

Gets or sets the timeout duration, in seconds, for retaining client IP connections. Represents the time period after which idle client connections will time out. Nullable to indicate that no specific timeout value is set.

[YamlDotNet.Serialization.YamlMember(Alias="timeoutSeconds")]
public int? TimeoutSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="timeoutSeconds")>]
member this.TimeoutSeconds : Nullable<int> with get, set
Public Property TimeoutSeconds As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to