LinkBandwidthArgs

data class LinkBandwidthArgs(val downloadSpeed: Output<Int>? = null, val uploadSpeed: Output<Int>? = null) : ConvertibleToJava<LinkBandwidthArgs>

Constructors

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

Properties

Link copied to clipboard
val downloadSpeed: Output<Int>? = null

Download speed in Mbps.

Link copied to clipboard
val uploadSpeed: Output<Int>? = null

Upload speed in Mbps.

Functions

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