ClientIPConfigV1 Properties
Class Properties 1 member
Represents the configuration settings for client IP-based session affinity in a Kubernetes resource.
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.
public int? TimeoutSeconds { get; set; }