RocketMQInstanceNetworkInfoEndpointArgs

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

Constructors

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

Properties

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

Access point type.

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

Access point address.

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

White list of access addresses.

Functions

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