ListenerAttribute

data class ListenerAttribute(val key: String? = null, val value: String? = null)

Information about a listener attribute.

Constructors

Link copied to clipboard
constructor(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The name of the attribute. The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.

Link copied to clipboard
val value: String? = null

The value of the attribute.