RocketMQInstanceNetworkInfoVpcInfo

data class RocketMQInstanceNetworkInfoVpcInfo(val securityGroupIds: String? = null, val vpcId: String, val vswitchId: String? = null, val vswitches: List<RocketMQInstanceNetworkInfoVpcInfoVswitch>? = null)

Constructors

Link copied to clipboard
constructor(securityGroupIds: String? = null, vpcId: String, vswitchId: String? = null, vswitches: List<RocketMQInstanceNetworkInfoVpcInfoVswitch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Security group id.

Link copied to clipboard

Proprietary Network.

Link copied to clipboard

Multiple VSwitches. At least two VSwitches are required for a serverless instance. See vswitches below.

Link copied to clipboard
val vswitchId: String? = null

VPC switch id.