public static class CreateNetworkInterfaceRequest.CreateNetworkInterfaceRequestConnectionTrackingConfiguration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
tcpClosedAndTimeWaitTimeout
This parameter is not publicly available.
|
Integer |
tcpEstablishedTimeout
This parameter is not publicly available.
|
Integer |
udpTimeout
This parameter is not publicly available.
|
构造器和说明 |
---|
CreateNetworkInterfaceRequestConnectionTrackingConfiguration() |
@NameInMap(value="TcpClosedAndTimeWaitTimeout") public Integer tcpClosedAndTimeWaitTimeout
example:This parameter is not publicly available.
3
@NameInMap(value="TcpEstablishedTimeout") public Integer tcpEstablishedTimeout
example:This parameter is not publicly available.
910
@NameInMap(value="UdpTimeout") public Integer udpTimeout
example:This parameter is not publicly available.
30
public CreateNetworkInterfaceRequestConnectionTrackingConfiguration()
public static CreateNetworkInterfaceRequest.CreateNetworkInterfaceRequestConnectionTrackingConfiguration build(Map<String,?> map) throws Exception
Exception
public CreateNetworkInterfaceRequest.CreateNetworkInterfaceRequestConnectionTrackingConfiguration setTcpClosedAndTimeWaitTimeout(Integer tcpClosedAndTimeWaitTimeout)
public Integer getTcpClosedAndTimeWaitTimeout()
public CreateNetworkInterfaceRequest.CreateNetworkInterfaceRequestConnectionTrackingConfiguration setTcpEstablishedTimeout(Integer tcpEstablishedTimeout)
public Integer getTcpEstablishedTimeout()
public CreateNetworkInterfaceRequest.CreateNetworkInterfaceRequestConnectionTrackingConfiguration setUdpTimeout(Integer udpTimeout)
public Integer getUdpTimeout()
Copyright © 2024. All rights reserved.