RouterMd5AuthenticationKeyArgs

data class RouterMd5AuthenticationKeyArgs(val key: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<RouterMd5AuthenticationKeyArgs>

Constructors

Link copied to clipboard
fun RouterMd5AuthenticationKeyArgs(key: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

Input only Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

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

Name used to identify the key. Must be unique within a router. Must be referenced by at least one bgpPeer. Must comply with RFC1035.