public function replace_network_acl_entry($network_acl_id, $rule_number, $protocol, $rule_action, $egress, $cidr_block, $opt = null)
    {
        if (!$opt) $opt = array();
        $opt['NetworkAclId'] = $network_acl_id;
        $opt['RuleNumber'] = $rule_number;