你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerServiceNetworkProfileKubeProxyIPVSConfig 类

定义

保留 IPVS 的配置自定义项。 仅当“mode”设置为“IPVS”时,才可指定。

public class ContainerServiceNetworkProfileKubeProxyIPVSConfig
type ContainerServiceNetworkProfileKubeProxyIPVSConfig = class
Public Class ContainerServiceNetworkProfileKubeProxyIPVSConfig
继承
ContainerServiceNetworkProfileKubeProxyIPVSConfig

构造函数

ContainerServiceNetworkProfileKubeProxyIPVSConfig()

初始化 ContainerServiceNetworkProfileKubeProxyIPVSConfig 的新实例。

属性

Scheduler

IPVS 计划程序,有关详细信息,请参阅 http://www.linuxvirtualserver.org/docs/scheduling.html

TcpFinTimeoutSeconds

接收 FIN 后用于 IPVS TCP 会话的超时值(以秒为单位)。 必须是正整数值。

TcpTimeoutSeconds

用于空闲 IPVS TCP 会话的超时值(以秒为单位)。 必须是正整数值。

UdpTimeoutSeconds

用于 IPVS UDP 数据包的超时值(以秒为单位)。 必须是正整数值。

适用于