GetListenersListener

data class GetListenersListener(val certificates: List<GetListenersListenerCertificate>, val clientAffinity: String, val description: String, val id: String, val listenerId: String, val name: String, val portRanges: List<GetListenersListenerPortRange>, val protocol: String, val status: String)

Constructors

Link copied to clipboard
constructor(certificates: List<GetListenersListenerCertificate>, clientAffinity: String, description: String, id: String, listenerId: String, name: String, portRanges: List<GetListenersListenerPortRange>, protocol: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificates of the listener.

Link copied to clipboard

The clientAffinity of the listener.

Link copied to clipboard

The description of the listener.

Link copied to clipboard
val id: String

The ID of the Listener.

Link copied to clipboard

The listenerId of the listener.

Link copied to clipboard

The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.

Link copied to clipboard

The portRanges of the listener.

Link copied to clipboard

Type of network transport protocol monitored.

Link copied to clipboard

The status of the listener. Valid values: active, configuring, creating.