public static class AllocateDedicatedHostsRequest.AllocateDedicatedHostsRequestNetworkAttributes
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.
|
构造器和说明 |
---|
AllocateDedicatedHostsRequestNetworkAttributes() |
@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 AllocateDedicatedHostsRequestNetworkAttributes()
public static AllocateDedicatedHostsRequest.AllocateDedicatedHostsRequestNetworkAttributes build(Map<String,?> map) throws Exception
Exception
public AllocateDedicatedHostsRequest.AllocateDedicatedHostsRequestNetworkAttributes setSlbUdpTimeout(Integer slbUdpTimeout)
public Integer getSlbUdpTimeout()
public AllocateDedicatedHostsRequest.AllocateDedicatedHostsRequestNetworkAttributes setUdpTimeout(Integer udpTimeout)
public Integer getUdpTimeout()
Copyright © 2024. All rights reserved.