RouterMd5AuthenticationKeyResponse

data class RouterMd5AuthenticationKeyResponse(val key: String, val name: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

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

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