RocketMQInstanceNetworkInfoInternetInfo

data class RocketMQInstanceNetworkInfoInternetInfo(val flowOutBandwidth: Int? = null, val flowOutType: String, val internetSpec: String, val ipWhitelists: List<String>? = null)

Constructors

Link copied to clipboard
constructor(flowOutBandwidth: Int? = null, flowOutType: String, internetSpec: String, ipWhitelists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val flowOutBandwidth: Int? = null

Public network bandwidth specification. Unit: Mb/s. This field should only be filled when the public network billing type is set to payByBandwidth. The value range is 1 - 1000.

Link copied to clipboard

Public network billing type. Parameter values are as follows:

Link copied to clipboard

Whether to enable public network access. The parameter values are as follows:

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

Field ip_whitelist has been deprecated from provider version 1.245.0. New field ip_whitelists instead.