ClientIPConfigV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |