public static class ModifyDedicatedHostAttributeRequest.ModifyDedicatedHostAttributeRequestNetworkAttributes
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
slbUdpTimeout
The timeout period for a UDP session between a Server Load Balancer (SLB) instance and the dedicated host.
|
Integer |
udpTimeout
The timeout period for a UDP session between a user and an Alibaba Cloud service on the dedicated host.
|
构造器和说明 |
---|
ModifyDedicatedHostAttributeRequestNetworkAttributes() |
@NameInMap(value="SlbUdpTimeout") public Integer slbUdpTimeout
The timeout period for a UDP session between a Server Load Balancer (SLB) instance and the dedicated host. Unit: seconds. Valid values: 15 to 310.
example:60
@NameInMap(value="UdpTimeout") public Integer udpTimeout
The timeout period for a UDP session between a user and an Alibaba Cloud service on the dedicated host. Unit: seconds. Valid values: 15 to 310.
example:60
public ModifyDedicatedHostAttributeRequestNetworkAttributes()
public static ModifyDedicatedHostAttributeRequest.ModifyDedicatedHostAttributeRequestNetworkAttributes build(Map<String,?> map) throws Exception
Exception
public ModifyDedicatedHostAttributeRequest.ModifyDedicatedHostAttributeRequestNetworkAttributes setSlbUdpTimeout(Integer slbUdpTimeout)
public Integer getSlbUdpTimeout()
public ModifyDedicatedHostAttributeRequest.ModifyDedicatedHostAttributeRequestNetworkAttributes setUdpTimeout(Integer udpTimeout)
public Integer getUdpTimeout()
Copyright © 2024. All rights reserved.