public function create_customer_gateway($type, $ip_address, $bgp_asn, $opt = null)
    {
        if (!$opt) $opt = array();
        $opt['Type'] = $type;
        $opt['IpAddress'] = $ip_address;