Share via


ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig interface

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

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.

Property Details

scheduler

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

scheduler?: string

Property Value

string

tcpFinTimeoutSeconds

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

tcpFinTimeoutSeconds?: number

Property Value

number

tcpTimeoutSeconds

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

tcpTimeoutSeconds?: number

Property Value

number

udpTimeoutSeconds

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

udpTimeoutSeconds?: number

Property Value

number