VpnLinkProviderPropertiesArgs

data class VpnLinkProviderPropertiesArgs(val linkProviderName: Output<String>? = null, val linkSpeedInMbps: Output<Int>? = null) : ConvertibleToJava<VpnLinkProviderPropertiesArgs>

List of properties of a link provider.

Constructors

Link copied to clipboard
constructor(linkProviderName: Output<String>? = null, linkSpeedInMbps: Output<Int>? = null)

Properties

Link copied to clipboard
val linkProviderName: Output<String>? = null

Name of the link provider.

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

Link speed.

Functions

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