ContainerServiceNetworkProfileKubeProxyIPVSConfig 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.
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
Azure SDK for .NET