public function create_vpn_connection($type, $customer_gateway_id, $vpn_gateway_id, $opt = null)
    {
        if (!$opt) $opt = array();
        $opt['Type'] = $type;
        $opt['CustomerGatewayId'] = $customer_gateway_id;