Rocket MQInstance Network Info Vpc Info
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)