public static class DescribeDedicatedHostsResponseBody.DescribeDedicatedHostsResponseBodyDedicatedHostsDedicatedHostNetworkAttributes
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
slbUdpTimeout
The timeout period of the UDP session that is established between Server Load Balancer (SLB) and the dedicated host.
|
Integer |
udpTimeout
The timeout period of the UDP session that is established between a user and an Alibaba Cloud service on the dedicated host.
|
@NameInMap(value="SlbUdpTimeout") public Integer slbUdpTimeout
The timeout period of the UDP session that is established between Server Load Balancer (SLB) and the dedicated host. Unit: seconds. Only 60 is returned.
example:60
@NameInMap(value="UdpTimeout") public Integer udpTimeout
The timeout period of the UDP session that is established between a user and an Alibaba Cloud service on the dedicated host. Unit: seconds. Only 60 is returned.
example:60
public DescribeDedicatedHostsResponseBodyDedicatedHostsDedicatedHostNetworkAttributes()
public static DescribeDedicatedHostsResponseBody.DescribeDedicatedHostsResponseBodyDedicatedHostsDedicatedHostNetworkAttributes build(Map<String,?> map) throws Exception
Exception
public DescribeDedicatedHostsResponseBody.DescribeDedicatedHostsResponseBodyDedicatedHostsDedicatedHostNetworkAttributes setSlbUdpTimeout(Integer slbUdpTimeout)
public Integer getSlbUdpTimeout()
public DescribeDedicatedHostsResponseBody.DescribeDedicatedHostsResponseBodyDedicatedHostsDedicatedHostNetworkAttributes setUdpTimeout(Integer udpTimeout)
public Integer getUdpTimeout()
Copyright © 2024. All rights reserved.