Db Instance Instance Net Info
data class DbInstanceInstanceNetInfo(val connectionString: String? = null, val dbIp: String? = null, val netType: String? = null, val portLists: List<DbInstanceInstanceNetInfoPortList>? = null, val vpcInstanceId: String? = null, val vswitchId: String? = null)