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. The parameter values are as follows:

Link copied to clipboard

Whether to enable public network access. Instances by default support VPC access. If public network access is enabled, Alibaba Cloud Message Queue RocketMQ version will incur charges for public network outbound bandwidth. For specific billing information, please refer to Public Network Access Fees. The parameter values are as follows:

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

internet ip whitelist.