Share via


SessionAffinityConfigV1.ClientIp Property

Definition

Gets or sets the client IP configuration used for session affinity.

[YamlDotNet.Serialization.YamlMember(Alias="clientIP")]
public Aspire.Hosting.Kubernetes.Resources.ClientIPConfigV1 ClientIp { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="clientIP")>]
member this.ClientIp : Aspire.Hosting.Kubernetes.Resources.ClientIPConfigV1 with get, set
Public Property ClientIp As ClientIPConfigV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property specifies the configuration settings related to session affinity that are based on the client's IP address. It encapsulates parameters such as the timeout duration for session stickiness.

Applies to