Share via


ContainerServiceNetworkProfileKubeProxyIPVSConfig Class

Definition

Holds configuration customizations for IPVS. May only be specified if 'mode' is set to 'IPVS'.

public class ContainerServiceNetworkProfileKubeProxyIPVSConfig
type ContainerServiceNetworkProfileKubeProxyIPVSConfig = class
Public Class ContainerServiceNetworkProfileKubeProxyIPVSConfig
Inheritance
ContainerServiceNetworkProfileKubeProxyIPVSConfig

Constructors

ContainerServiceNetworkProfileKubeProxyIPVSConfig()

Initializes a new instance of ContainerServiceNetworkProfileKubeProxyIPVSConfig.

Properties

Scheduler

IPVS scheduler, for more information please see http://www.linuxvirtualserver.org/docs/scheduling.html.

TcpFinTimeoutSeconds

The timeout value used for IPVS TCP sessions after receiving a FIN in seconds. Must be a positive integer value.

TcpTimeoutSeconds

The timeout value used for idle IPVS TCP sessions in seconds. Must be a positive integer value.

UdpTimeoutSeconds

The timeout value used for IPVS UDP packets in seconds. Must be a positive integer value.

Applies to