Share via


ClientIPConfigV1 Class

Definition

Represents the configuration settings for client IP-based session affinity in a Kubernetes resource.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class ClientIPConfigV1
[<YamlDotNet.Serialization.YamlSerializable>]
type ClientIPConfigV1 = class
Public NotInheritable Class ClientIPConfigV1
Inheritance
ClientIPConfigV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Remarks

This class encapsulates settings that define the behavior of session affinity when based on the client's IP address. It is used within the broader session affinity configuration.

Constructors

ClientIPConfigV1()

Properties

TimeoutSeconds

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.

Applies to