DedicatedHostNetworkAttribute

data class DedicatedHostNetworkAttribute(val slbUdpTimeout: Int? = null, val udpTimeout: Int? = null)

Constructors

Link copied to clipboard
constructor(slbUdpTimeout: Int? = null, udpTimeout: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val slbUdpTimeout: Int? = null

The timeout period for a UDP session between Server Load Balancer (SLB) and the dedicated host. Unit: seconds. Valid values: 15 to 310.

Link copied to clipboard
val udpTimeout: Int? = null

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.