DedicatedHostNetworkAttributeArgs

data class DedicatedHostNetworkAttributeArgs(val slbUdpTimeout: Output<Int>? = null, val udpTimeout: Output<Int>? = null) : ConvertibleToJava<DedicatedHostNetworkAttributeArgs>

Constructors

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

Properties

Link copied to clipboard
val slbUdpTimeout: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DedicatedHostNetworkAttributeArgs