RocketMQInstanceNetworkInfoEndpoint

data class RocketMQInstanceNetworkInfoEndpoint(val endpointType: String? = null, val endpointUrl: String? = null, val ipWhiteLists: List<String>? = null)

Constructors

Link copied to clipboard
constructor(endpointType: String? = null, endpointUrl: String? = null, ipWhiteLists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpointType: String? = null

Access point type.

Link copied to clipboard
val endpointUrl: String? = null

Access point address.

Link copied to clipboard
val ipWhiteLists: List<String>? = null

White list of access addresses.